[dialog-totd.c] g_free a 6k char*

pull/1689/head
Christopher Lam 3 years ago
parent 4bba18271b
commit bba1842e09

@ -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;

Loading…
Cancel
Save