trivial: Prevent a critical warning when using --timed-exit

This commit is contained in:
Richard Hughes 2017-02-17 13:36:55 +00:00
parent e70e5513ca
commit afe00a91e7

View File

@ -2884,8 +2884,6 @@ out:
g_source_remove (priv->coldplug_id);
if (priv->plugins != NULL)
g_ptr_array_unref (priv->plugins);
if (priv->plugins != NULL)
g_ptr_array_unref (priv->plugins);
if (priv->plugins_hash != NULL)
g_hash_table_unref (priv->plugins_hash);
g_ptr_array_unref (priv->devices);