mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-24 01:16:22 +00:00
Fix pointer dereferencing
Setting the pointer to NULL had no effect outside the function so far.
This commit is contained in:
@@ -203,7 +203,6 @@ prefs_free_string(char *pref)
|
||||
if (pref) {
|
||||
g_free(pref);
|
||||
}
|
||||
pref = NULL;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user