Don't leak no_svg_filename. (#147399, Kjartan Maraas)
Tue Jul 13 21:53:08 2004 Matthias Clasen <maclas@gmx.de> * gtk/gtkicontheme.c (free_unthemed_icon): Don't leak no_svg_filename. (#147399, Kjartan Maraas)
This commit is contained in:
committed by
Matthias Clasen
parent
754c15ede1
commit
20e3b2db65
@ -936,7 +936,7 @@ free_unthemed_icon (UnthemedIcon *unthemed_icon)
|
||||
{
|
||||
if (unthemed_icon->svg_filename)
|
||||
g_free (unthemed_icon->svg_filename);
|
||||
if (unthemed_icon->svg_filename)
|
||||
if (unthemed_icon->no_svg_filename)
|
||||
g_free (unthemed_icon->no_svg_filename);
|
||||
g_free (unthemed_icon);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user