projects
/
oweals
/
gnunet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5f5a1c7
)
use nz
author
Christian Grothoff
<christian@grothoff.org>
Tue, 21 Apr 2020 11:23:28 +0000
(13:23 +0200)
committer
Christian Grothoff
<christian@grothoff.org>
Tue, 21 Apr 2020 11:23:28 +0000
(13:23 +0200)
src/util/os_priority.c
patch
|
blob
|
history
diff --git
a/src/util/os_priority.c
b/src/util/os_priority.c
index 36f0d8e300c26e3c2596b9562c38171e785da16e..5799d893bf7f803181fb82cbed5edd5d58863ccf 100644
(file)
--- a/
src/util/os_priority.c
+++ b/
src/util/os_priority.c
@@
-875,7
+875,7
@@
GNUNET_OS_start_process_s (int pipe_control,
binary_path,
argv);
while (argv_size > 0)
- GNUNET_free (argv[--argv_size]);
+ GNUNET_free
_nz
(argv[--argv_size]);
GNUNET_free (argv);
return proc;
}