mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-11-12 14:20:14 +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
|
else
|
||||||
*indicator_spacing = default_indicator_spacing;
|
*indicator_spacing = default_indicator_spacing;
|
||||||
|
|
||||||
g_free(tmp_indicator_size);
|
gtk_requisition_free(tmp_indicator_size);
|
||||||
g_free(tmp_indicator_spacing);
|
gtk_border_free(tmp_indicator_spacing);
|
||||||
|
|
||||||
return MOZ_GTK_SUCCESS;
|
return MOZ_GTK_SUCCESS;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue