gnunet-svn
[Top][All Lists]
Advanced

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

[gnunet] 04/05: peerstore: fix memory leak in peerstore_api_monitor.c.


From: gnunet
Subject: [gnunet] 04/05: peerstore: fix memory leak in peerstore_api_monitor.c.
Date: Sun, 05 May 2024 14:17:16 +0200

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

martin-schanzenbach pushed a commit to branch master
in repository gnunet.

commit c48ca458e2bfa46cb56a97fe9f159ded2f6390fa
Author: ulfvonbelow <striness@tilde.club>
AuthorDate: Thu May 2 19:32:53 2024 -0500

    peerstore: fix memory leak in peerstore_api_monitor.c.
    
    Signed-off-by: Martin Schanzenbach <schanzen@gnunet.org>
---
 src/service/peerstore/peerstore_api_monitor.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/service/peerstore/peerstore_api_monitor.c 
b/src/service/peerstore/peerstore_api_monitor.c
index fff0b3eb0..da5af3c86 100644
--- a/src/service/peerstore/peerstore_api_monitor.c
+++ b/src/service/peerstore/peerstore_api_monitor.c
@@ -286,6 +286,7 @@ GNUNET_PEERSTORE_monitor_stop (struct 
GNUNET_PEERSTORE_Monitor *zm)
     GNUNET_MQ_destroy (zm->mq);
     zm->mq = NULL;
   }
+  GNUNET_free (zm->sub_system);
   GNUNET_free (zm);
 }
 

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

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