mirror of
https://gitlab.gnome.org/GNOME/libsecret.git
synced 2024-12-22 04:38:55 +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;
|
||||
}
|
||||
|
||||
close (fds[1]);
|
||||
init->stream = g_unix_input_stream_new (fds[0], TRUE);
|
||||
|
||||
g_variant_builder_init (&options, G_VARIANT_TYPE_VARDICT);
|
||||
|
Loading…
Reference in New Issue
Block a user