gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [gnunet] 03/04: RPS test util: Null out pointer to deleted


From: gnunet
Subject: [GNUnet-SVN] [gnunet] 03/04: RPS test util: Null out pointer to deleted structure
Date: Wed, 20 Feb 2019 21:11:49 +0100

This is an automated email from the git hooks/post-receive script.

julius-buenger pushed a commit to branch master
in repository gnunet.

commit 8a8b691067ca9e06a4915dcba24632a8953d3bc7
Author: Julius Bünger <address@hidden>
AuthorDate: Wed Feb 20 21:00:34 2019 +0100

    RPS test util: Null out pointer to deleted structure
---
 src/rps/rps-test_util.c | 1 +
 1 file changed, 1 insertion(+)

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;
 }
 

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]