Evas font-engine: Also unref the fs->file (see last commit).

SVN revision: 57262
This commit is contained in:
Tom Hacohen 2011-02-23 11:53:29 +00:00
parent e0deeea0df
commit 6a5e4338a1
1 changed files with 1 additions and 0 deletions

View File

@ -49,6 +49,7 @@ _evas_common_font_source_free(RGBA_Font_Source *fs)
evas_common_font_ot_unload_face(fs);
#endif
if (fs->name) eina_stringshare_del(fs->name);
if (fs->file) eina_stringshare_del(fs->file);
free(fs);
}