[glib/mcatanzaro/posix-spawn2: 1/10] gspawn: use close_and_invalidate more
- From: Michael Catanzaro <mcatanzaro src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib/mcatanzaro/posix-spawn2: 1/10] gspawn: use close_and_invalidate more
- Date: Tue, 14 Dec 2021 19:36:48 +0000 (UTC)
commit ac8d1aa247a0a44de5625e289b38867e1d7712f8
Author: Michael Catanzaro <mcatanzaro redhat com>
Date: Tue Dec 14 13:36:24 2021 -0600
gspawn: use close_and_invalidate more
glib/gspawn.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/glib/gspawn.c b/glib/gspawn.c
index 51b4c79ac..2b191634c 100644
--- a/glib/gspawn.c
+++ b/glib/gspawn.c
@@ -1798,7 +1798,7 @@ do_exec (gint child_err_report_fd,
child_err_report_fd = safe_dup (child_err_report_fd);
safe_dup2 (source_fds[i], target_fds[i]);
- (void) close (source_fds[i]);
+ close_and_invalidate (&source_fds[i]);
}
}
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]