mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-11-11 21:58:41 +02:00
Bug 389801 - "Firefox crashes with some GTK+ themes whose gtkrc contains GtkOptionMenu::indicator_size and GtkOptionMenu::indicator_spacing" [p=fcrozat@mandriva.com (Frederic Crozat) r=chpe sr=roc a1.9=roc]
This commit is contained in:
parent
9199aabf9f
commit
c5fdea677e
1 changed files with 2 additions and 2 deletions
|
|
@ -565,8 +565,8 @@ moz_gtk_option_menu_get_metrics(gboolean* interior_focus,
|
|||
else
|
||||
*indicator_spacing = default_indicator_spacing;
|
||||
|
||||
g_free(tmp_indicator_size);
|
||||
g_free(tmp_indicator_spacing);
|
||||
gtk_requisition_free(tmp_indicator_size);
|
||||
gtk_border_free(tmp_indicator_spacing);
|
||||
|
||||
return MOZ_GTK_SUCCESS;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue