Remove out of memory related code by using glib APIs 94/228894/17
authorhj kim <backto.kim@samsung.com>
Thu, 26 Mar 2020 08:05:15 +0000 (17:05 +0900)
committerhj kim <backto.kim@samsung.com>
Wed, 1 Apr 2020 07:52:56 +0000 (07:52 +0000)
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: I01fb04132ed17b47091ba5925b2f49b618123b11


No differences found