mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-05 23:18:52 +00:00
codecs: h265picture: Don't leak pic_list GArray
Equivalent to the commit 7b8c071f9c
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/1337>
This commit is contained in:
parent
c7095abd31
commit
a2f2ebbe01
1 changed files with 1 additions and 0 deletions
|
@ -171,6 +171,7 @@ gst_h265_dpb_free (GstH265Dpb * dpb)
|
||||||
g_return_if_fail (dpb != NULL);
|
g_return_if_fail (dpb != NULL);
|
||||||
|
|
||||||
gst_h265_dpb_clear (dpb);
|
gst_h265_dpb_clear (dpb);
|
||||||
|
g_array_unref (dpb->pic_list);
|
||||||
g_free (dpb);
|
g_free (dpb);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue