mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +00:00
validate: pad-monitor: fix caps leak
This commit is contained in:
parent
81a33d5f6a
commit
3f0cb5fedf
1 changed files with 2 additions and 0 deletions
|
@ -793,6 +793,8 @@ gst_validate_pad_monitor_check_caps_fields_proxied (GstValidatePadMonitor *
|
||||||
g_free (caps_str);
|
g_free (caps_str);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
gst_caps_unref (othercaps);
|
||||||
}
|
}
|
||||||
|
|
||||||
static void
|
static void
|
||||||
|
|
Loading…
Reference in a new issue