Commit 8d4a3293 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

access_filter: memory leak

Pointed-out-by: Rémi Duraffort
parent 5072a6cf
......@@ -48,7 +48,6 @@ static access_t *access_InternalNew( vlc_object_t *p_obj, const char *psz_access
if( p_source )
{
msg_Dbg( p_obj, "creating access filter '%s'", psz_access );
p_access->psz_access = strdup( p_source->psz_access );
}
else
{
......
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