mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-19 08:56:22 +00:00
Fix memory leaks
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user