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.
This commit is contained in:
Stefan Kost 2011-01-12 12:43:04 +02:00
parent b6926d6707
commit f0b3839677

View file

@ -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