Menu

#776 smiltext memory leak

released_version
closed-fixed
None
8
2012-10-26
2011-10-11
neo
No

gtk_smiltext.cpp
gtk_smiltext_renderer::_gtk_set_font_attr
line 546 PangoFontDescription* pango_font_description = pango_font_description_new();
pango_font_description should be freed by
pango_font_description_free(pango_font_description);

Discussion

  • Kees Blom

    Kees Blom - 2011-10-12

    Thanks for the detailed report, with solution included !
    W've raised priority to look at this and fix it for the imminent 2.4 rleease.

     
  • Kees Blom

    Kees Blom - 2011-10-12
    • priority: 5 --> 8
    • assigned_to: nobody --> keesblom
     
  • Kees Blom

    Kees Blom - 2012-10-26

    Fixed in changeset 7833

     
  • Kees Blom

    Kees Blom - 2012-10-26
    • status: open --> closed-fixed
     

Log in to post a comment.