mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
[dialog-totd.c] g_free a 6k char*
This commit is contained in:
@@ -240,6 +240,7 @@ gnc_totd_initialize (void)
|
||||
g_free(tip_list[tip]);
|
||||
tip_list[tip] = new_str;
|
||||
}
|
||||
g_free (contents);
|
||||
}
|
||||
if (tip_count < 1)
|
||||
return FALSE;
|
||||
|
||||
Reference in New Issue
Block a user