diff options
author | Mahmoud Mandour <ma.mandourr@gmail.com> | 2021-03-15 12:58:14 +0200 |
---|---|---|
committer | Thomas Huth <thuth@redhat.com> | 2021-05-14 12:28:01 +0200 |
commit | e0c5a18efc56fcb3b480507d8f04fb4eb9cda92f (patch) | |
tree | 7ef3ed24bf583f7795fcca9cce2a9aef108c9de7 /scripts/mtest2make.py | |
parent | 20868330a9d13228e59d0818d77f271cf1141280 (diff) |
util/compatfd.c: Replaced a malloc call with g_malloc.
Replaced a call to malloc() and its respective call to free()
with g_malloc() and g_free().
g_malloc() is preferred more than g_try_* functions, which
return NULL on error, when the size of the requested
allocation is small. This is because allocating few
bytes should not be a problem in a healthy system.
Otherwise, the system is already in a critical state.
Subsequently, removed NULL-checking after g_malloc().
Signed-off-by: Mahmoud Mandour <ma.mandourr@gmail.com>
Message-Id: <20210315105814.5188-3-ma.mandourr@gmail.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
Diffstat (limited to 'scripts/mtest2make.py')
0 files changed, 0 insertions, 0 deletions