Commit 4d5ae9ec authored by Derk-Jan Hartman's avatar Derk-Jan Hartman

* another closedir fix

parent ae6af360
...@@ -249,7 +249,7 @@ int E_(ParseDirectory)( intf_thread_t *p_intf, char *psz_root, ...@@ -249,7 +249,7 @@ int E_(ParseDirectory)( intf_thread_t *p_intf, char *psz_root,
if( !f->name ) if( !f->name )
{ {
msg_Err( p_intf , "unable to parse directory" ); msg_Err( p_intf , "unable to parse directory" );
vlc_closedir_wrapper( p_dir ); closedir( p_dir );
free( f ); free( f );
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