Fix memory leak

This commit is contained in:
Ron Pedde 2003-11-18 00:16:32 +00:00
parent fcf1918438
commit 14a508bc34
1 changed files with 0 additions and 1 deletions

View File

@ -199,7 +199,6 @@ void daap_handler(WS_CONNINFO *pwsc) {
*/
daap_serialize(root,pwsc->fd,0);
daap_free(root);
} else {
/* stream out the song */
pwsc->close=1;