mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-29 16:06:21 +00:00
_destroy_tab() dont set tab to NULL
Setting the local pointer to NULL has no effect. _destroy_tab() is used for g_hash_table_new_full() so we cant use a ** and set tab to NULL.
This commit is contained in:
@@ -508,7 +508,6 @@ _destroy_tab(StatusBarTab *tab)
|
|||||||
}
|
}
|
||||||
free(tab);
|
free(tab);
|
||||||
}
|
}
|
||||||
tab = NULL;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
static int
|
static int
|
||||||
|
|||||||
Reference in New Issue
Block a user