Freeing some memory after preparing the main window

This commit is contained in:
Pierre Pronchery 2010-11-08 18:23:58 +00:00
parent 8569413c69
commit e05552605b

View File

@ -174,6 +174,7 @@ static int _copy(Prefs * prefs, unsigned int filec, char * filev[])
g_idle_add(_copy_idle_first, &copy);
_copy_refresh(&copy);
gtk_widget_show_all(copy.window);
pango_font_description_free(bold);
return 0;
}