client: fix test mem leak in attach_rate_tweaking_probe

This commit is contained in:
Göran Jönsson 2019-10-07 10:27:36 +02:00
parent 3ff0ca9887
commit e1760eeb51

View file

@ -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