mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-01 22:21:13 +00:00
client: fix test mem leak in attach_rate_tweaking_probe
This commit is contained in:
parent
3ff0ca9887
commit
e1760eeb51
1 changed files with 1 additions and 0 deletions
|
@ -1847,6 +1847,7 @@ attach_rate_tweaking_probe (void)
|
||||||
|
|
||||||
gst_pad_add_probe (srcpad, GST_PAD_PROBE_TYPE_EVENT_DOWNSTREAM,
|
gst_pad_add_probe (srcpad, GST_PAD_PROBE_TYPE_EVENT_DOWNSTREAM,
|
||||||
rate_tweaking_probe, NULL, NULL);
|
rate_tweaking_probe, NULL, NULL);
|
||||||
|
gst_object_unref (srcpad);
|
||||||
}
|
}
|
||||||
|
|
||||||
static void
|
static void
|
||||||
|
|
Loading…
Reference in a new issue