mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 06:46:38 +00:00
h264parse: set nalparser to NULL after it is freed
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8074>
This commit is contained in:
parent
c03fb74469
commit
3f6020ddb5
1 changed files with 1 additions and 0 deletions
|
@ -354,6 +354,7 @@ gst_h264_parse_stop (GstBaseParse * parse)
|
|||
gst_h264_parse_reset (h264parse);
|
||||
|
||||
gst_h264_nal_parser_free (h264parse->nalparser);
|
||||
h264parse->nalparser = NULL;
|
||||
|
||||
return TRUE;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue