mirror of
https://github.com/profanity-im/profanity.git
synced 2024-12-04 14:46:46 -05:00
Free values on wins_get_chat_recipients
This commit is contained in:
parent
4a485a64f9
commit
acc4a00d78
@ -352,6 +352,7 @@ wins_get_chat_recipients(void)
|
||||
}
|
||||
curr = g_list_next(curr);
|
||||
}
|
||||
g_list_free(values);
|
||||
return result;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user