mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-24 19:46:22 +00:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user