Remove out of memory related code by using glib APIs 83/230983/16 accepted/tizen/unified/20200429.032902 submit/tizen/20200428.070655
authorhj kim <backto.kim@samsung.com>
Thu, 16 Apr 2020 09:32:00 +0000 (18:32 +0900)
committerhj kim <backto.kim@samsung.com>
Tue, 28 Apr 2020 06:24:23 +0000 (15:24 +0900)
commitf8833308ac9a136676a9ee0d469887edb9e6d46c
tree41e4e8945afff43831250b229e2b369c3b790f54
parent860a550cdbcd41b3a42b778b96b8db1551e5d052
Remove out of memory related code by using glib APIs

glib's memory managed as below.
If any call to allocate memory fails, the application is terminated. This also means that there is no need to check if the call succeeded.

Change-Id: Ib9fc815db542efcf9c5e62e8cb6cc7df684b574b
12 files changed:
bmp/test/mm_util_bmp_testsuite.c
common/mm_util_image.c
gif/mm_util_gif.c
gif/test/mm_util_gif_testsuite.c
imgcv/mm_util_imgcv.cpp
imgp/mm_util_imgp.c
imgp/test/mm_util_imgp_testsuite.c
jpeg/mm_util_jpeg.c
jpeg/test/mm_util_jpeg_testsuite.c
magick/mm_util_magick.c
packaging/libmm-utility.spec
png/test/mm_util_png_testsuite.c