Skip to content
Snippets Groups Projects
Commit 06e361b1 authored by Thomas Guillem's avatar Thomas Guillem Committed by Hugo Beauzée-Luyssen
Browse files

dsm: fix leak

Regression from 31f97cbe
parent d6cfada7
No related branches found
No related tags found
Loading
Pipeline #211144 passed with stage
in 17 minutes and 20 seconds
......@@ -306,6 +306,8 @@ static void Close( vlc_object_t *p_this )
if( p_sys->cache_entry )
vlc_access_cache_AddEntry( &dsm_cache, p_sys->cache_entry );
else if( p_sys->p_session != NULL )
smb_session_destroy( p_sys->p_session );
free( p_sys );
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment