Commit bd17fa57 authored by Hugo Beauzée-Luyssen's avatar Hugo Beauzée-Luyssen

smb: Fix leak

parent c08eb8d3
......@@ -279,6 +279,7 @@ static void Close( vlc_object_t *p_this )
else
#endif
smbc_close( p_sys->i_smb );
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