
7 Jan
2022
7 Jan
'22
9:43 a.m.
On a Friday in 2022, Michal Privoznik wrote:
There are a few glib functions that abort on OOM and thus there's no point in checking their retval against NULL. Nevertheless, we do have those checks in a few places. Remove them.
Generated using the following spatch:
[...]
Signed-off-by: Michal Privoznik <mprivozn@redhat.com> --- src/hyperv/hyperv_driver.c | 14 -------------- src/util/virprocess.c | 2 -- 2 files changed, 16 deletions(-)
Reviewed-by: Ján Tomko <jtomko@redhat.com> Jano