Use the right free function.
This commit is contained in:
parent
670722bc49
commit
bdfbe8d673
1
NEWS
1
NEWS
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user