Use the right free function.
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user