gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r7480 - GNUnet/src/transports/upnp


From: gnunet
Subject: [GNUnet-SVN] r7480 - GNUnet/src/transports/upnp
Date: Sat, 19 Jul 2008 23:00:00 -0600 (MDT)

Author: grothoff
Date: 2008-07-19 23:00:00 -0600 (Sat, 19 Jul 2008)
New Revision: 7480

Modified:
   GNUnet/src/transports/upnp/util.c
Log:
use gnunet-malloc

Modified: GNUnet/src/transports/upnp/util.c
===================================================================
--- GNUnet/src/transports/upnp/util.c   2008-07-20 04:59:18 UTC (rev 7479)
+++ GNUnet/src/transports/upnp/util.c   2008-07-20 05:00:00 UTC (rev 7480)
@@ -92,7 +92,7 @@
   va_start (va, fmt);
   size = VSNPRINTF (NULL, 0, fmt, va) + 1;
   va_end (va);
-  buf = malloc (size);
+  buf = GNUNET_malloc (size);
   va_start (va, fmt);
   VSNPRINTF (buf, size, fmt, va);
   va_end (va);





reply via email to

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