zhanghailiang bc5008a832 util/path: Use the GLib memory allocation routines
In this file, we don't check the return value of malloc/strdup/realloc which may fail.
Instead of using these routines, we use the GLib memory APIs g_malloc/g_strdup/g_realloc.
They will exit on allocation failure, so there is no need to test for failure,
which would be fine for setup.

Signed-off-by: zhanghailiang <zhang.zhanghailiang@huawei.com>
Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
2014-08-24 13:16:32 +04:00
..
2014-06-16 13:24:33 +02:00
2014-01-13 14:04:53 +01:00
2014-05-08 14:19:58 -04:00
2014-07-14 12:03:21 +02:00
2014-08-15 18:54:07 +04:00
2014-03-13 14:42:21 +01:00
2013-04-13 19:39:59 +00:00