mirror of
https://github.com/profanity-im/profanity.git
synced 2024-12-04 14:46:46 -05:00
Free list in wins_get_by_recipient
This commit is contained in:
parent
d6d714e1ed
commit
bc03e0dc02
@ -159,6 +159,7 @@ wins_get_by_recipient(const char * const recipient)
|
|||||||
curr = g_list_next(curr);
|
curr = g_list_next(curr);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
g_list_free(values);
|
||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user