Commit a106e0a3 authored by Rémi Duraffort's avatar Rémi Duraffort

Fix a memleak.

parent 08062ae3
...@@ -423,6 +423,7 @@ int playlist_ServicesDiscoveryRemove( playlist_t * p_playlist, ...@@ -423,6 +423,7 @@ int playlist_ServicesDiscoveryRemove( playlist_t * p_playlist,
PL_UNLOCK; PL_UNLOCK;
services_discovery_Destroy( p_sds->p_sd ); services_discovery_Destroy( p_sds->p_sd );
free( p_sds );
return VLC_SUCCESS; return VLC_SUCCESS;
} }
......
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