From f4e8aee439e4ae9119b504fd7adb63c24a8d0364 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sun, 15 Aug 2010 13:57:32 +0000 Subject: [PATCH] leak --- src/util/os_priority.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/util/os_priority.c b/src/util/os_priority.c index 9384fec11..92286a37b 100644 --- a/src/util/os_priority.c +++ b/src/util/os_priority.c @@ -391,6 +391,7 @@ GNUNET_OS_start_process_v (const int *lsocks, sleep (1); #endif } + GNUNET_array_grow (lscp, ls, 0); return ret; } if (lscp != NULL) -- 2.25.1