GNOME Bugzilla – Bug 605035
Free the family string in st_theme_node_get_font()
Last modified: 2010-01-04 18:51:10 UTC
Created attachment 150092 [details] [review] Don't leak the font family name A copy of the string is made by pango_font_description_set_family() and we don't need the string anymore, so we should free it. Otherwise we leak a few bytes every time st_theme_node_get_font() gets called.
Review of attachment 150092 [details] [review]: Looks good, thank you!