convert fs publish to MQ
[oweals/gnunet.git] / src / identity / plugin_gnsrecord_identity.c
index fd689490a086cb67e97dd09b74d5b838e8295d13..3fd47bd02070f00d642fdb145058a1c874c9e724 100644 (file)
@@ -1,6 +1,6 @@
 /*
      This file is part of GNUnet
-     Copyright (C) 2013, 2014 Christian Grothoff (and other contributing authors)
+     Copyright (C) 2013, 2014 GNUnet e.V.
 
      GNUnet is free software; you can redistribute it and/or modify
      it under the terms of the GNU General Public License as published
@@ -67,6 +67,8 @@ value_to_string (void *cls,
         GNUNET_asprintf (&result,
                          "%s;%s;%s",
                          ecdhe_str, aud_str, scopes);
+        GNUNET_free (aud_str);
+        GNUNET_free (ecdhe_str);
         return result;
 
     default: