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:
264418e
)
RPS test util: Null out pointer to deleted structure
author
Julius Bünger
<buenger@mytum.de>
Wed, 20 Feb 2019 20:00:34 +0000
(21:00 +0100)
committer
Julius Bünger
<buenger@mytum.de>
Wed, 20 Feb 2019 20:01:09 +0000
(21:01 +0100)
src/rps/rps-test_util.c
patch
|
blob
|
history
diff --git
a/src/rps/rps-test_util.c
b/src/rps/rps-test_util.c
index 7e974ae8050c37f497b01a1138567e880eba99c9..3a482c1e6bb6affaf488df09a6468ad66063e305 100644
(file)
--- a/
src/rps/rps-test_util.c
+++ b/
src/rps/rps-test_util.c
@@
-164,6
+164,7
@@
close_all_files ()
close_files_iter,
NULL);
GNUNET_CONTAINER_multihashmap_destroy (open_files);
+ open_files = NULL;
return ret;
}