mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-18 11:56:22 +00:00
Merge pull request #1307 from profanity-im/memleaks
Fix memory leaks in _rosterwin_resources()
This commit is contained in:
@@ -619,6 +619,7 @@ _rosterwin_resources(ProfLayoutSplit *layout, PContact contact, int current_inde
|
||||
|
||||
wattron(layout->subwin, theme_attrs(presence_colour));
|
||||
win_sub_print(layout->subwin, unreadmsg->str, FALSE, wrap, current_indent);
|
||||
g_string_free(unreadmsg, TRUE);
|
||||
wattroff(layout->subwin, theme_attrs(presence_colour));
|
||||
}
|
||||
prefs_free_string(unreadpos);
|
||||
@@ -635,6 +636,7 @@ _rosterwin_resources(ProfLayoutSplit *layout, PContact contact, int current_inde
|
||||
|
||||
wattron(layout->subwin, theme_attrs(presence_colour));
|
||||
win_sub_print(layout->subwin, unreadmsg->str, FALSE, wrap, current_indent);
|
||||
g_string_free(unreadmsg, TRUE);
|
||||
wattroff(layout->subwin, theme_attrs(presence_colour));
|
||||
}
|
||||
prefs_free_string(unreadpos);
|
||||
|
||||
Reference in New Issue
Block a user