mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Missed a free in main_window_update_page_name
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@21207 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
ad1daba095
commit
699271afb3
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user