Skip to content
Snippets Groups Projects
Commit 417a9cb2 authored by Petri Hintukainen's avatar Petri Hintukainen
Browse files

Fix leak

parent 50a92094
No related branches found
No related tags found
No related merge requests found
......@@ -505,7 +505,9 @@ static dvdcss_t dvdcss_open_common ( const char *psz_target, void *p_stream,
if( psz_target == NULL &&
( p_stream == NULL || p_stream_cb == NULL ) )
return NULL;
{
goto error;
}
/* Initialize structure with default values. */
dvdcss->i_fd = -1;
......
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