1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-07-07 18:04:15 -04:00

Free values on wins_get_chat_recipients

This commit is contained in:
James Booth 2014-06-17 22:27:14 +01:00
parent 4a485a64f9
commit acc4a00d78

View File

@ -352,6 +352,7 @@ wins_get_chat_recipients(void)
}
curr = g_list_next(curr);
}
g_list_free(values);
return result;
}