Files
rawTherapee/rtengine
George Hilliard a63cd8a87c Fix mismatched malloc/delete leak, take 2 with cJSON_Delete
From the Valgrind report:

```
Mismatched free() / delete / delete []
   at 0x4838EAB: operator delete(void*) (vg_replace_malloc.c:576)
   by 0xBC5C87: std::default_delete<cJSON>::operator()(cJSON*) const (unique_ptr.h:81)
   by 0xBC4ACA: std::unique_ptr<cJSON, std::default_delete<cJSON> >::~unique_ptr() (unique_ptr.h:274)
   by 0xBBB755: (anonymous namespace)::getAliases(Glib::ustring const&) (dcp.cc:422)
   by 0xBC1CCA: rtengine::DCPStore::init(Glib::ustring const&, bool) (dcp.cc:1846)
   by 0xC3ED4F: rtengine::init(rtengine::Settings const*, Glib::ustring, Glib::ustring, bool) [clone ._omp_fn.0] (init.cc:81)
   by 0x89743FF: GOMP_parallel_sections (sections.c:158)
   by 0xC3E906: rtengine::init(rtengine::Settings const*, Glib::ustring, Glib::ustring, bool) (init.cc:52)
   by 0x9CE10E: Options::load(bool) (options.cc:2358)
   by 0x982CD6: main (main.cc:603)
 Address 0xd62d700 is 0 bytes inside a block of size 64 alloc'd
   at 0x483777F: malloc (vg_replace_malloc.c:299)
   by 0xE97390: cJSON_New_Item (cJSON.c:205)
   by 0xE98718: cJSON_ParseWithOpts (cJSON.c:1020)
   by 0xE9886F: cJSON_Parse (cJSON.c:1083)
   by 0xBBB4D3: (anonymous namespace)::getAliases(Glib::ustring const&) (dcp.cc:422)
   by 0xBC1CCA: rtengine::DCPStore::init(Glib::ustring const&, bool) (dcp.cc:1846)
   by 0xC3ED4F: rtengine::init(rtengine::Settings const*, Glib::ustring, Glib::ustring, bool) [clone ._omp_fn.0] (init.cc:81)
   by 0x89743FF: GOMP_parallel_sections (sections.c:158)
   by 0xC3E906: rtengine::init(rtengine::Settings const*, Glib::ustring, Glib::ustring, bool) (init.cc:52)
   by 0x9CE10E: Options::load(bool) (options.cc:2358)
   by 0x982CD6: main (main.cc:603)
```
2018-11-07 12:11:43 -06:00
..
2018-03-24 19:42:08 -04:00
2018-07-31 13:14:14 -04:00
2018-07-31 13:14:14 -04:00
2018-10-10 10:02:06 +02:00
2018-07-31 13:14:14 -04:00
2018-03-24 19:42:08 -04:00
2018-08-26 20:46:14 +02:00
2018-10-21 22:55:56 +02:00
2018-02-14 14:07:18 -05:00
2018-02-14 14:07:18 -05:00
2018-06-03 16:22:34 +02:00
2018-02-14 14:07:18 -05:00
2018-10-12 20:53:12 +02:00
2018-06-25 00:43:11 +02:00
2018-06-25 00:43:11 +02:00
2018-07-13 18:13:35 +02:00
2018-10-15 23:13:57 +02:00
2018-02-23 18:47:41 +01:00
2018-04-14 23:24:28 +02:00
2018-04-14 23:24:28 +02:00
2018-11-02 03:07:07 -05:00
2018-02-23 18:47:41 +01:00
2018-01-14 22:34:38 +01:00
2018-03-05 21:10:15 +01:00