childs.c: fix minor memory leak
this would leak only once on program termination, so it's no big deal apart from having spurious reachable memory in valgrind logs.
This commit is contained in:
parent
7eb6600aeb
commit
6dd3806f7d
@ -217,6 +217,7 @@ oom:
|
||||
goto oom;
|
||||
}
|
||||
}
|
||||
sblist_free(childs);
|
||||
}
|
||||
|
||||
/*
|
||||
|
Loading…
x
Reference in New Issue
Block a user