summaryrefslogtreecommitdiffstats
path: root/gst/goom/gstgoom.c
diff options
context:
space:
mode:
Diffstat (limited to 'gst/goom/gstgoom.c')
-rw-r--r--gst/goom/gstgoom.c1
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);