Merge branch 'master' into readline
Conflicts: src/ui/inputwin.c
This commit is contained in:
@@ -337,7 +337,7 @@ win_free(ProfWin* window)
|
||||
ProfChatWin *chatwin = (ProfChatWin*)window;
|
||||
free(chatwin->barejid);
|
||||
free(chatwin->resource_override);
|
||||
free(chatwin->state);
|
||||
chat_state_free(chatwin->state);
|
||||
}
|
||||
|
||||
if (window->type == WIN_MUC) {
|
||||
|
||||
Reference in New Issue
Block a user