Commit 6feec1a0 authored by Rémi Duraffort's avatar Rémi Duraffort

Fix potential object leak.

parent 0b8ec7ae
...@@ -408,6 +408,7 @@ static int Open( vlc_object_t * p_this ) ...@@ -408,6 +408,7 @@ static int Open( vlc_object_t * p_this )
{ {
free( psz_ref ); free( psz_ref );
free( psz_path ); free( psz_path );
vlc_object_release( p_input) ;
return VLC_ENOMEM; return VLC_ENOMEM;
} }
......
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