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

Free list in wins_get_by_recipient

This commit is contained in:
James Booth 2014-06-15 21:04:07 +01:00
parent d6d714e1ed
commit bc03e0dc02

View File

@ -159,6 +159,7 @@ wins_get_by_recipient(const char * const recipient)
curr = g_list_next(curr);
}
g_list_free(values);
return NULL;
}