diff options
author | Julius Bünger <buenger@mytum.de> | 2019-02-20 21:00:34 +0100 |
---|---|---|
committer | Julius Bünger <buenger@mytum.de> | 2019-02-20 21:01:09 +0100 |
commit | 8a8b691067ca9e06a4915dcba24632a8953d3bc7 (patch) | |
tree | 2aea018fb6692dbb8faeb873ba8a50427a4bf84d /src/rps/rps-test_util.c | |
parent | 264418eb0fd7188e5355d72123d186958dc96290 (diff) |
RPS test util: Null out pointer to deleted structure
Diffstat (limited to 'src/rps/rps-test_util.c')
-rw-r--r-- | src/rps/rps-test_util.c | 1 |
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 () close_files_iter, NULL); GNUNET_CONTAINER_multihashmap_destroy (open_files); + open_files = NULL; return ret; } |