gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r23826 - gnunet/src/gns


From: gnunet
Subject: [GNUnet-SVN] r23826 - gnunet/src/gns
Date: Fri, 14 Sep 2012 19:06:35 +0200

Author: schanzen
Date: 2012-09-14 19:06:35 +0200 (Fri, 14 Sep 2012)
New Revision: 23826

Modified:
   gnunet/src/gns/gnunet-gns.c
Log:
leak

Modified: gnunet/src/gns/gnunet-gns.c
===================================================================
--- gnunet/src/gns/gnunet-gns.c 2012-09-14 16:37:15 UTC (rev 23825)
+++ gnunet/src/gns/gnunet-gns.c 2012-09-14 17:06:35 UTC (rev 23826)
@@ -287,6 +287,11 @@
   {
     GNUNET_log (GNUNET_ERROR_TYPE_ERROR,
                _("Failed to connect to GNS\n"));
+    if (NULL != shorten_key)
+    {
+      GNUNET_CRYPTO_rsa_key_free (shorten_key);
+      shorten_key = NULL;
+    }
     return;
   }
   




reply via email to

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