Fix memory leaks

This commit is contained in:
James Booth
2016-07-25 22:23:54 +01:00
parent 943e91268c
commit d5d04756ce
2 changed files with 3 additions and 1 deletions

View File

@@ -299,6 +299,7 @@ plugins_run_command(const char * const input)
curr_hash = g_list_next(curr_hash);
}
g_list_free(command_hashes);
g_strfreev(split);
return FALSE;
}