mirror of
https://git.proxmox.com/git/fwupd
synced 2025-08-05 10:27:11 +00:00
trivial: Prevent a critical warning when using --timed-exit
This commit is contained in:
parent
e70e5513ca
commit
afe00a91e7
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user