mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-29 19:50:40 +00:00
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
1 changed files with 1 additions and 0 deletions
|
@ -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…
Reference in a new issue