diff options
author | rofl0r <rofl0r@users.noreply.github.com> | 2020-09-15 22:25:28 +0100 |
---|---|---|
committer | rofl0r <rofl0r@users.noreply.github.com> | 2020-09-15 22:25:53 +0100 |
commit | 2f3a3828accfc6fca0e6f35e1bf28bace7f5851a (patch) | |
tree | 86808d23476924b6a839638c847bc79bbead28c3 /src/child.c | |
parent | 6dd3806f7d1a337fb89e335e986e1fa4eab8340c (diff) |
Revert "childs.c: fix minor memory leak"
This reverts commit 6dd3806f7d1a337fb89e335e986e1fa4eab8340c.
Diffstat (limited to 'src/child.c')
-rw-r--r-- | src/child.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/child.c b/src/child.c index fb05cbe..9d59d20 100644 --- a/src/child.c +++ b/src/child.c @@ -217,7 +217,6 @@ oom: goto oom; } } - sblist_free(childs); } /* |