fix leaks

This commit is contained in:
van Hauser
2020-03-09 15:52:14 +01:00
parent 2f41663673
commit a24352ddfd
6 changed files with 10 additions and 0 deletions

View File

@ -178,3 +178,4 @@ static bool list_contains(list_t *list, void *contains_me) {
}
#endif