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;
}