Merge branch 'master' into readline

This commit is contained in:
James Booth
2015-02-06 22:05:38 +00:00
4 changed files with 3 additions and 5 deletions

View File

@@ -331,6 +331,7 @@ win_free(ProfWin* window)
buffer_free(window->layout->buffer);
delwin(window->layout->win);
}
free(window->layout);
if (window->type == WIN_CHAT) {
ProfChatWin *chatwin = (ProfChatWin*)window;