mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-19 20:16:21 +00:00
Some minor improvements
* destroy/free/shutdown/close in reverse order of allocation * more static/auto_Xfree * less variables/strlen/GString * properly `\0`-terminate string of testcase Signed-off-by: Steffen Jaeckel <s@jaeckel.eu>
This commit is contained in:
@@ -177,9 +177,9 @@ callbacks_remove(const char* const plugin_name)
|
||||
void
|
||||
callbacks_close(void)
|
||||
{
|
||||
g_hash_table_destroy(p_commands);
|
||||
g_hash_table_destroy(p_timed_functions);
|
||||
g_hash_table_destroy(p_window_callbacks);
|
||||
g_hash_table_destroy(p_timed_functions);
|
||||
g_hash_table_destroy(p_commands);
|
||||
}
|
||||
|
||||
void
|
||||
|
||||
Reference in New Issue
Block a user