From: Stefan Kost Date: Wed, 12 Jan 2011 10:43:04 +0000 (+0200) Subject: registry: remove dead code X-Git-Tag: RELEASE-0.10.33~419 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f0b3839677a95e8977d828cb8ce070ba6308caee;p=platform%2Fupstream%2Fgstreamer.git 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. --- 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