Save MUC room name in ProfMucWin

We will need this if we want to display the Name instead of the JID.
This commit is contained in:
Michael Vetter
2020-01-23 11:35:33 +01:00
parent d4c27f2f78
commit 3066fd77fc
3 changed files with 6 additions and 0 deletions

View File

@@ -493,6 +493,7 @@ win_free(ProfWin* window)
{
ProfMucWin *mucwin = (ProfMucWin*)window;
free(mucwin->roomjid);
free(mucwin->room_name);
free(mucwin->enctext);
free(mucwin->message_char);
break;