lib/mu: fix a few leaks
Thanks to valgrind
This commit is contained in:
@ -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));
|
||||
|
||||
Reference in New Issue
Block a user