tools: fix leaks

This commit is contained in:
Wim Taymans 2020-06-04 12:49:15 +02:00
parent 49619f2b1e
commit d69ff4514d
2 changed files with 7 additions and 0 deletions

View file

@ -221,5 +221,6 @@ int main(int argc, char *argv[])
} else {
res = dump_filter(&data);
}
pw_deinit();
return res;
}