mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 04:01:08 +00:00
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:
parent
b6926d6707
commit
f0b3839677
1 changed files with 1 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue