test: don't leak the two objects

This commit is contained in:
Wim Taymans 2022-02-08 19:04:08 +01:00
parent fae7a1f592
commit 231cc88cad

View file

@ -154,6 +154,9 @@ PWTEST(pwtest_loop_recurse1)
pw_deinit();
free(data.a);
free(data.b);
return PWTEST_PASS;
}