Use the right free function.

This commit is contained in:
Marco Pesenti Gritti
2007-11-09 17:36:09 +01:00
parent 670722bc49
commit bdfbe8d673
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -297,7 +297,7 @@ _gtk_entry_effective_inner_border (GtkEntry *entry,
if (tmp_border)
{
*border = *tmp_border;
g_free (tmp_border);
gtk_border_free (tmp_border);
return;
}