[glib/wip/avoid-searching-path] Apply 1 suggestion(s) to 1 file(s)
- From: Simon McVittie <smcv src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib/wip/avoid-searching-path] Apply 1 suggestion(s) to 1 file(s)
- Date: Sun, 31 Jan 2021 13:35:16 +0000 (UTC)
commit 6136cd21e6eb5648ee066a3b979f3de3507478a1
Author: Simon McVittie <simon mcvittie collabora co uk>
Date: Sun Jan 31 13:35:15 2021 +0000
Apply 1 suggestion(s) to 1 file(s)
glib/gspawn.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/glib/gspawn.c b/glib/gspawn.c
index d6c91658f..c179b99f3 100644
--- a/glib/gspawn.c
+++ b/glib/gspawn.c
@@ -1890,7 +1890,7 @@ fork_exec_with_fds (gboolean intermediate_child,
if (argv_buffer_len < 4000 / sizeof (gchar *))
{
/* prefer small stack allocations to avoid valgrind leak warnings in forked child. */
- argv_buffer = g_newa(gchar *, argv_buffer_len);
+ argv_buffer = g_newa (gchar *, argv_buffer_len);
}
else
{
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]