From f0b3839677a95e8977d828cb8ce070ba6308caee Mon Sep 17 00:00:00 2001 From: Stefan Kost Date: Wed, 12 Jan 2011 12:43:04 +0200 Subject: [PATCH] registry: remove dead code The GError is only used for the mmap operations. If we have an error we handle and clean it there already. --- gst/gstregistrybinary.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/gst/gstregistrybinary.c b/gst/gstregistrybinary.c index 54f9abb..1a58837 100644 --- a/gst/gstregistrybinary.c +++ b/gst/gstregistrybinary.c @@ -349,7 +349,7 @@ gst_registry_binary_initialize_magic (GstBinaryRegistryMagic * m) * @location: a filename * * Write the @registry to a cache to file at given @location. - * + * * Returns: %TRUE on success. */ gboolean @@ -617,9 +617,6 @@ done: /* TODO: once we re-use the pointers to registry contents, return here */ Error: - if (err) - g_error_free (err); - #ifndef GST_DISABLE_GST_DEBUG g_timer_destroy (timer); #endif -- 2.7.4