mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-20 06:08:14 +00:00
pad-monitor: Plug a leak
This commit is contained in:
parent
73a674ac2d
commit
139c2cae66
1 changed files with 1 additions and 0 deletions
|
@ -935,6 +935,7 @@ gst_validate_pad_monitor_dispose (GObject * object)
|
|||
gst_caps_replace (&monitor->last_caps, NULL);
|
||||
gst_caps_replace (&monitor->last_query_res, NULL);
|
||||
gst_caps_replace (&monitor->last_query_filter, NULL);
|
||||
gst_caps_replace (&monitor->last_refused_caps, NULL);
|
||||
|
||||
g_list_free_full (monitor->seeks, (GDestroyNotify) seek_data_free);
|
||||
|
||||
|
|
Loading…
Reference in a new issue