1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-09-29 19:56:07 -04:00

Merge pull request #1297 from profanity-im/memleak-mucwin

Fixed memory leak in ProfMucWin
This commit is contained in:
Michael Vetter 2020-04-03 00:11:12 +02:00 committed by GitHub
commit fd19b45a37
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: