mirror of
https://gitlab.gnome.org/GNOME/libsecret.git
synced 2024-12-22 12:48:51 +00:00
secret-file-backend: Avoid closing the same file descriptor twice
It is already closed a few lines above
This commit is contained in:
parent
fbad80754a
commit
0b2844da47
@ -397,7 +397,6 @@ on_bus_get (GObject *source_object,
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
close (fds[1]);
|
|
||||||
init->stream = g_unix_input_stream_new (fds[0], TRUE);
|
init->stream = g_unix_input_stream_new (fds[0], TRUE);
|
||||||
|
|
||||||
g_variant_builder_init (&options, G_VARIANT_TYPE_VARDICT);
|
g_variant_builder_init (&options, G_VARIANT_TYPE_VARDICT);
|
||||||
|
Loading…
Reference in New Issue
Block a user