Commit edb7e412 authored by Mirsal Ennaime's avatar Mirsal Ennaime

upnp: fix a typo

parent c7a3f593
......@@ -311,7 +311,7 @@ static void Close( vlc_object_t *p_this )
true );
playlist_NodeDelete( pl_Get( p_sd ), p_sys->p_node_cat, true,
true );
pl_Release( p_intf );
pl_Release( p_sd );
free( p_sys );
}
......
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