client: fix test mem leak in attach_rate_tweaking_probe
This commit is contained in:
parent
3ff0ca9887
commit
e1760eeb51
@ -1847,6 +1847,7 @@ attach_rate_tweaking_probe (void)
|
||||
|
||||
gst_pad_add_probe (srcpad, GST_PAD_PROBE_TYPE_EVENT_DOWNSTREAM,
|
||||
rate_tweaking_probe, NULL, NULL);
|
||||
gst_object_unref (srcpad);
|
||||
}
|
||||
|
||||
static void
|
||||
|
Loading…
x
Reference in New Issue
Block a user