whoops... memory leak... always red the manpages :)

git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@338 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
Adrien Destugues 2008-11-13 20:23:58 +00:00
parent d5143b5f82
commit 14536f17d1

View File

@ -208,6 +208,8 @@ void Initialisation_Texte(void)
for(i=0;i<number;i++)
for_each_file(*(font_path_list+i),Ajout_fonte);
XFreeFontPath(font_path_list);
#endif
#endif
}