mirror of
https://github.com/owntone/owntone-server.git
synced 2024-12-25 06:35:57 -05:00
small leak in daap_response_playlist_items
This commit is contained in:
parent
c09b93d252
commit
813df56df0
@ -921,6 +921,8 @@ DAAP_BLOCK *daap_response_playlist_items(unsigned int playlist, char* metaStr, c
|
||||
g = g && daap_add_int(mlit,"mcti",playlist);
|
||||
} else g = 0;
|
||||
}
|
||||
db_dispose(current);
|
||||
free(current);
|
||||
} else g = 0;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user