Commit 9e0c404a authored by Rafaël Carré's avatar Rafaël Carré

Fix memory leak in dummy input

(cherry picked from commit 62a71b89)
parent c61f756d
......@@ -100,6 +100,7 @@ int E_(OpenAccess)( vlc_object_t *p_this )
p_access->p_sys = NULL;
/* Force dummy demux plug-in */
free( p_access->psz_demux );
p_access->psz_demux = strdup( "vlc" );
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