Commit 60e97586 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

raop: fix memory leaks

parent 64460798
......@@ -208,6 +208,7 @@ static void FreeSys( vlc_object_t *p_this, sout_stream_sys_t *p_sys )
free( p_sys->psz_session );
free( p_sys->psz_client_instance );
free( p_sys->psz_last_status_line );
vlc_http_auth_Deinit( &p_sys->auth );
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