summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tools/gst-inspect.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/tools/gst-inspect.c b/tools/gst-inspect.c
index 02ef41b0a5..d7765941dd 100644
--- a/tools/gst-inspect.c
+++ b/tools/gst-inspect.c
@@ -1107,7 +1107,6 @@ print_all_uri_handlers (void)
if (!element) {
g_print ("couldn't construct element for %s for some reason\n",
GST_OBJECT_NAME (factory));
- gst_object_unref (factory);
continue;
}
@@ -1141,7 +1140,6 @@ print_all_uri_handlers (void)
}
gst_object_unref (element);
- gst_object_unref (factory);
}
}
@@ -1245,7 +1243,6 @@ print_plugin_features (GstPlugin * plugin)
num_other++;
}
num_features++;
- gst_object_unref (feature);
features = g_list_next (features);
}