1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-08-11 18:54:16 -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); curr = g_list_next(curr);
} }
g_list_free(values);
return result; return result;
} }