Commit 60eb0b52 authored by Derk-Jan Hartman's avatar Derk-Jan Hartman

* one more closedir fix

parent 4d5ae9ec
......@@ -332,7 +332,7 @@ int E_(ParseDirectory)( intf_thread_t *p_intf, char *psz_root,
}
ACL_Destroy( p_acl );
vlc_closedir_wrapper( p_dir );
closedir( p_dir );
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