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
NEWS
View File

@ -1,3 +1,4 @@
* #4687 Use the right free function, fix a crash. (sjoerd)
* Always checkin to the DS from a new file. (tomeu)
Snapshot c682a5e241

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;
}