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