mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04:00
test: don't leak the two objects
This commit is contained in:
parent
fae7a1f592
commit
231cc88cad
1 changed files with 3 additions and 0 deletions
|
|
@ -154,6 +154,9 @@ PWTEST(pwtest_loop_recurse1)
|
|||
|
||||
pw_deinit();
|
||||
|
||||
free(data.a);
|
||||
free(data.b);
|
||||
|
||||
return PWTEST_PASS;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue