Skip to content
Snippets Groups Projects
Commit 8855870a authored by Tristan Matthews's avatar Tristan Matthews
Browse files

* #7231: fix double free when loading history

Regression introduced by commit 315e9152
parent 315e9152
No related branches found
No related tags found
No related merge requests found
...@@ -1131,7 +1131,7 @@ void sflphone_fill_history(void) ...@@ -1131,7 +1131,7 @@ void sflphone_fill_history(void)
} }
} }
g_free(*entries++); entries++;
} }
g_strfreev(entries_orig); g_strfreev(entries_orig);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment