mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-02 01:48:05 +00:00
Fix memory leak. b=266986 r+sr=bryner
This commit is contained in:
parent
443db64016
commit
3688661b53
@ -1224,5 +1224,6 @@ xlfd_from_pango_font_description(GtkWidget *aWidget,
|
||||
g_free(subfont_charsets);
|
||||
}
|
||||
g_free(spec);
|
||||
g_object_unref(font);
|
||||
}
|
||||
#endif /* MOZ_WIDGET_GTK2 && MOZ_ENABLE_COREXFONTS */
|
||||
|
Loading…
Reference in New Issue
Block a user