Fix memory leak
This commit is contained in:
parent
fcf1918438
commit
14a508bc34
|
@ -199,7 +199,6 @@ void daap_handler(WS_CONNINFO *pwsc) {
|
||||||
*/
|
*/
|
||||||
|
|
||||||
daap_serialize(root,pwsc->fd,0);
|
daap_serialize(root,pwsc->fd,0);
|
||||||
daap_free(root);
|
|
||||||
} else {
|
} else {
|
||||||
/* stream out the song */
|
/* stream out the song */
|
||||||
pwsc->close=1;
|
pwsc->close=1;
|
||||||
|
|
Loading…
Reference in New Issue