Skip to content
  • Jehan's avatar
    app: add a check on not-NULL string before g_utf8_validate(). · 98a57537
    Jehan authored
    Still looking for possible crash case during gimp_font_list_load_names()
    (cf. bug 795650). g_utf8_validate() segfaults if called with NULL.
    Though looking at pango_font_description_to_string() implementation, it
    doesn't look like it would ever return NULL. Yet it is worth
    double-checking. We don't load font every second anyway.
    98a57537