Skip to content

Commit

Permalink
[dialog-totd.c] g_free a 6k char*
Browse files Browse the repository at this point in the history
  • Loading branch information
christopherlam committed Jun 25, 2023
1 parent 4bba182 commit bba1842
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gnucash/gnome-utils/dialog-totd.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit bba1842

Please sign in to comment.