Skip to content

Commit

Permalink
Missed a free in main_window_update_page_name
Browse files Browse the repository at this point in the history
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@21207 57a11ea4-9604-0410-9ed3-97b8803252fd
  • Loading branch information
jralls committed Aug 22, 2011
1 parent ad1daba commit 699271a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gnome-utils/gnc-main-window.c
Original file line number Diff line number Diff line change
Expand Up @@ -1929,7 +1929,7 @@ main_window_update_page_name (GncPluginPage *page,
{
g_free(old_page_name);
g_free(old_page_long_name);
g_free(name);
g_free(name);
LEAVE("no window widget available");
return;
}
Expand Down

0 comments on commit 699271a

Please sign in to comment.