comparison src/themes.c @ 4989:0f8189301213

[gaim-migrate @ 5324] fix a file descriptor leak committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Thu, 03 Apr 2003 23:15:00 +0000
parents dc6de8ad81ae
children fefad67de2c7
comparison
equal deleted inserted replaced
4988:070181118a77 4989:0f8189301213
199 smiley_themeize(GAIM_GTK_CONVERSATION(conv)->imhtml); 199 smiley_themeize(GAIM_GTK_CONVERSATION(conv)->imhtml);
200 } 200 }
201 } 201 }
202 202
203 g_free(dirname); 203 g_free(dirname);
204 fclose(f);
204 } 205 }
205 206
206 void smiley_theme_probe() 207 void smiley_theme_probe()
207 { 208 {
208 GDir *dir; 209 GDir *dir;