mirror of
https://github.com/profanity-im/profanity.git
synced 2024-11-03 19:37:16 -05:00
Merge pull request #1297 from profanity-im/memleak-mucwin
Fixed memory leak in ProfMucWin
This commit is contained in:
commit
fd19b45a37
@ -519,6 +519,8 @@ win_free(ProfWin* window)
|
||||
free(mucwin->room_name);
|
||||
free(mucwin->enctext);
|
||||
free(mucwin->message_char);
|
||||
free(mucwin->last_message);
|
||||
free(mucwin->last_msg_id);
|
||||
break;
|
||||
}
|
||||
case WIN_CONFIG:
|
||||
|
Loading…
Reference in New Issue
Block a user