Evas font-engine: Also unref the fs->file (see last commit).
authortasn <tasn@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Wed, 23 Feb 2011 11:53:29 +0000 (11:53 +0000)
committertasn <tasn@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Wed, 23 Feb 2011 11:53:29 +0000 (11:53 +0000)
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/evas@57262 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/lib/engines/common/evas_font_load.c

index bb2e54b..9048d53 100644 (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);
 }