Fix for Valgrind reporting loss from QuramBitmapFactory in MCD. 78/46378/3
authorRichard Underhill <r.underhill@partner.samsung.com>
Wed, 19 Aug 2015 15:38:18 +0000 (16:38 +0100)
committerAdeel Kazmi <adeel.kazmi@samsung.com>
Fri, 28 Aug 2015 17:33:12 +0000 (10:33 -0700)
commite3a91947f4512d775cc372862b2f90c0142a2e3a
treeb3be887bbbe9bdcd55c92ce8258b713eb1eda08c
parent774aeaa9da6bc7f693a61d65f8010a57fd11daf9
Fix for Valgrind reporting loss from QuramBitmapFactory in MCD.

There is a delete[]/free mismatch changed Dali to use malloc/free to
help with third party libraries.

Change-Id: Ib3fbe62f9b00cea5062b44cf1169de1f6dda3bf0
Signed-off-by: Richard Underhill <r.underhill@partner.samsung.com>
dali/integration-api/bitmap.cpp
dali/integration-api/bitmap.h
dali/internal/event/images/bitmap-compressed.cpp
dali/internal/event/images/bitmap-packed-pixel.cpp