parent
e1a7919ebd
commit
ca9321f599
|
@ -3013,7 +3013,11 @@ mount_cb (GFile *file,
|
||||||
|
|
||||||
g_object_unref (mount_info->operation);
|
g_object_unref (mount_info->operation);
|
||||||
g_object_unref (mount_info->cancellable);
|
g_object_unref (mount_info->cancellable);
|
||||||
g_free (mount_info->virtual_root);
|
|
||||||
|
if (mount_info->virtual_root)
|
||||||
|
{
|
||||||
|
g_object_unref (mount_info->virtual_root);
|
||||||
|
}
|
||||||
|
|
||||||
g_free (mount_info);
|
g_free (mount_info);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue