diff --git a/subprojects/gst-plugins-bad/gst/transcode/gst-cpu-throttling-clock.c b/subprojects/gst-plugins-bad/gst/transcode/gst-cpu-throttling-clock.c index 31dfa8295b..f1ca25ab52 100644 --- a/subprojects/gst-plugins-bad/gst/transcode/gst-cpu-throttling-clock.c +++ b/subprojects/gst-plugins-bad/gst/transcode/gst-cpu-throttling-clock.c @@ -169,6 +169,8 @@ gst_cpu_throttling_clock_dispose (GObject * object) gst_poll_free (self->priv->timer); self->priv->timer = NULL; } + + G_OBJECT_CLASS (parent_class)->dispose (object); } static void