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

Revert "access: live555: fix mem leaks (cid #1346966, #1346965, #1346964)"

This reverts commit 6e1c08a2.
There are no leaks. All pointers must be NULL in the involved case.
parent 8e74584b
......@@ -1069,8 +1069,9 @@ static int SessionsSetup( demux_t *p_demux )
{
memcpy( ((char*)tk->fmt.p_extra)+i_extra1+i_extra2, p_extra3, i_extra3 );
}
delete[] p_extra1; delete[] p_extra2; delete[] p_extra3;
}
delete[] p_extra1; delete[] p_extra2; delete[] p_extra3;
}
#endif
else if( !strcmp( sub->codecName(), "JPEG" ) )
......
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