diff options
author | zhanghailiang <zhang.zhanghailiang@huawei.com> | 2014-08-18 15:49:22 +0800 |
---|---|---|
committer | Michael Tokarev <mjt@tls.msk.ru> | 2014-08-24 13:16:32 +0400 |
commit | bc5008a832f95aae86efce844382e64d54da2146 (patch) | |
tree | 2c5677d36417aee291091dd0dad60fb1eeb4f1e6 /tci.c | |
parent | 33886ebeec0c0ff6253a49253fae0db44c9ed0f3 (diff) | |
download | qemu-bc5008a832f95aae86efce844382e64d54da2146.tar.gz qemu-bc5008a832f95aae86efce844382e64d54da2146.tar.bz2 qemu-bc5008a832f95aae86efce844382e64d54da2146.zip |
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>
Diffstat (limited to 'tci.c')
0 files changed, 0 insertions, 0 deletions