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

This commit is contained in:
Christopher Lam
2023-06-25 00:55:10 +08:00
parent 4bba18271b
commit bba1842e09

View File

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