aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulius Bünger <buenger@mytum.de>2019-02-20 21:00:34 +0100
committerJulius Bünger <buenger@mytum.de>2019-02-20 21:01:09 +0100
commit8a8b691067ca9e06a4915dcba24632a8953d3bc7 (patch)
tree2aea018fb6692dbb8faeb873ba8a50427a4bf84d
parent264418eb0fd7188e5355d72123d186958dc96290 (diff)
downloadgnunet-8a8b691067ca9e06a4915dcba24632a8953d3bc7.tar.gz
gnunet-8a8b691067ca9e06a4915dcba24632a8953d3bc7.zip
RPS test util: Null out pointer to deleted structure
-rw-r--r--src/rps/rps-test_util.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/rps/rps-test_util.c b/src/rps/rps-test_util.c
index 7e974ae80..3a482c1e6 100644
--- a/src/rps/rps-test_util.c
+++ b/src/rps/rps-test_util.c
@@ -164,6 +164,7 @@ close_all_files ()
164 close_files_iter, 164 close_files_iter,
165 NULL); 165 NULL);
166 GNUNET_CONTAINER_multihashmap_destroy (open_files); 166 GNUNET_CONTAINER_multihashmap_destroy (open_files);
167 open_files = NULL;
167 return ret; 168 return ret;
168} 169}
169 170