/SAVEWINDOWS - saves the current layout of windows. It's automatically

reloaded at startup.


git-svn-id: http://svn.irssi.org/repos/irssi/trunk@572 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
Timo Sirainen 2000-08-01 01:02:46 +00:00 committed by cras
commit 9b86b024b0
7 changed files with 141 additions and 1 deletions

View file

@ -118,6 +118,7 @@ void window_destroy(WINDOW_REC *window)
g_slist_free(window->waiting_channels);
refnum = window->refnum;
g_free_not_null(window->theme_name);
g_free_not_null(window->name);
g_free(window);