1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-06-09 21:30:42 +00:00

Merge pull request #1919 from H3rnand3zzz/patch-1

Fix double free crash
This commit is contained in:
Michael Vetter 2023-11-10 22:12:31 +01:00 committed by GitHub
commit 74178806a8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -53,7 +53,6 @@ conf_string_list_add(GKeyFile* keyfile, const char* const group, const char* con
// item already in list, exit function
if (strcmp(list[i], item) == 0) {
g_list_free_full(glist, g_free);
g_strfreev(list);
return FALSE;
}
// add item to our g_list