mirror of
https://gitlab.gnome.org/GNOME/libsecret.git
synced 2024-12-22 04:38:55 +00:00
Merge branch 'tintou/no-double-close' into 'master'
secret-file-backend: Avoid closing the same file descriptor twice See merge request GNOME/libsecret!78
This commit is contained in:
commit
72ced3e075
@ -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