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:
rofl0r 2020-09-15 19:09:43 +01:00
parent 7eb6600aeb
commit 6dd3806f7d

View File

@ -217,6 +217,7 @@ oom:
goto oom;
}
}
sblist_free(childs);
}
/*