Commit af97e3b6 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

* Mem leak fixed

parent 2a4afa38
......@@ -841,6 +841,7 @@ sap_announce_t *CreateAnnounce( services_discovery_t *p_sd, uint16_t i_hash,
p_child = playlist_NodeCreate( p_playlist, VIEW_CATEGORY,
psz_value, p_sd->p_sys->p_node );
}
free( psz_value );
}
else
{
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment