tsdemux: Set currentlist to NULL after free.
This prevents double free of currentlist is some circumstances.
This commit is contained in:
parent
2503e67ca9
commit
1059905237
@ -1563,6 +1563,7 @@ beach:
|
||||
stream->nbpending = 0;
|
||||
stream->current = NULL;
|
||||
stream->currentit = NULL;
|
||||
stream->currentlist = NULL;
|
||||
stream->expected_size = 0;
|
||||
stream->current_size = 0;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user