lib/mu: fix a few leaks

Thanks to valgrind
This commit is contained in:
Dirk-Jan C. Binnema
2021-10-20 23:06:28 +03:00
parent 928fd82f02
commit 428dddd74e
3 changed files with 7 additions and 4 deletions

View File

@ -469,8 +469,6 @@ test_mu_extract_overwrite(void)
if (g_test_verbose())
g_print("$ %s\n", cmdline);
return; // XXX fix tests
/* now, it should fail, because we don't allow overwrites
* without --overwrite */
g_assert(g_spawn_command_line_sync(cmdline, &output, &erroutput, NULL, NULL));