diff options
Diffstat (limited to 'gst/goom/gstgoom.c')
-rw-r--r-- | gst/goom/gstgoom.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gst/goom/gstgoom.c b/gst/goom/gstgoom.c index f1cf31b5..e7c43d9d 100644 --- a/gst/goom/gstgoom.c +++ b/gst/goom/gstgoom.c @@ -196,6 +196,7 @@ gst_goom_finalize (GObject * object) GstGoom *goom = GST_GOOM (object); goom_close (goom->plugin); + goom->plugin = NULL; g_object_unref (goom->adapter); |