gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r37246 - gnunet/src/social


From: gnunet
Subject: [GNUnet-SVN] r37246 - gnunet/src/social
Date: Mon, 6 Jun 2016 22:44:40 +0200

Author: tg
Date: 2016-06-06 22:44:39 +0200 (Mon, 06 Jun 2016)
New Revision: 37246

Modified:
   gnunet/src/social/gnunet-social.c
Log:
fixes

Modified: gnunet/src/social/gnunet-social.c
===================================================================
--- gnunet/src/social/gnunet-social.c   2016-06-06 20:31:03 UTC (rev 37245)
+++ gnunet/src/social/gnunet-social.c   2016-06-06 20:44:39 UTC (rev 37246)
@@ -379,6 +379,7 @@
   GNUNET_SOCIAL_host_announce (hst, method, env,
                                notify_data, &tmit,
                                GNUNET_SOCIAL_ANNOUNCE_NONE);
+  GNUNET_PSYC_env_destroy (env);
 }
 
 
@@ -396,6 +397,7 @@
   GNUNET_SOCIAL_host_announce (hst, "_assign", env,
                                notify_data, &tmit,
                                GNUNET_SOCIAL_ANNOUNCE_NONE);
+  GNUNET_PSYC_env_destroy (env);
 }
 
 
@@ -417,6 +419,7 @@
   GNUNET_SOCIAL_guest_talk (gst, method, env,
                             notify_data, &tmit,
                             GNUNET_SOCIAL_TALK_NONE);
+  GNUNET_PSYC_env_destroy (env);
 }
 
 
@@ -673,6 +676,7 @@
   GNUNET_log (GNUNET_ERROR_TYPE_WARNING,
               "Guest entered to local place: %s, max_message_id: %" PRIu64 
"\n",
               pub_str, max_message_id);
+  GNUNET_free (pub_str);
   GNUNET_assert (0 <= result);
 
   if (op_guest_enter && !opt_follow)
@@ -821,6 +825,7 @@
   GNUNET_log (GNUNET_ERROR_TYPE_WARNING,
               "Host entered: %s, max_message_id: %" PRIu64 "\n",
               pub_str, max_message_id);
+  GNUNET_free (pub_str);
 
   if (op_host_enter && !opt_follow)
   {




reply via email to

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