Do not leak line-bg attribute

master
Yevgen Muntyan 2008-02-10 12:54:04 -06:00
parent 192a09726f
commit bdcde2f7d7
1 changed files with 2 additions and 0 deletions

View File

@ -853,6 +853,7 @@ parse_style (GtkSourceStyleScheme *scheme,
g_free (style_name);
xmlFree (fg);
xmlFree (bg);
xmlFree (line_bg);
return FALSE;
}
@ -893,6 +894,7 @@ parse_style (GtkSourceStyleScheme *scheme,
xmlFree (bg);
xmlFree (fg);
xmlFree (line_bg);
return TRUE;
}