mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-21 05:26:23 +00:00
h265parse: reset nalparser to NULL after it is freed
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8074>
This commit is contained in:
parent
3f6020ddb5
commit
ea1b043047
1 changed files with 1 additions and 0 deletions
|
@ -303,6 +303,7 @@ gst_h265_parse_stop (GstBaseParse * parse)
|
|||
gst_h265_parse_reset (h265parse);
|
||||
|
||||
gst_h265_parser_free (h265parse->nalparser);
|
||||
h265parse->nalparser = NULL;
|
||||
|
||||
return TRUE;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue