summaryrefslogtreecommitdiffstats
path: root/tests/linux-test.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/linux-test.c')
-rw-r--r--tests/linux-test.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/linux-test.c b/tests/linux-test.c
index 9986e29..2e4a746 100644
--- a/tests/linux-test.c
+++ b/tests/linux-test.c
@@ -426,7 +426,9 @@ void test_clone(void)
CLONE_VM | CLONE_FS | CLONE_FILES | SIGCHLD, "hello2"));
while (waitpid(pid1, &status1, 0) != pid1);
+ free(stack1);
while (waitpid(pid2, &status2, 0) != pid2);
+ free(stack2);
if (thread1_res != 5 ||
thread2_res != 6)
error("clone");
OpenPOWER on IntegriCloud