gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r13748 - gnunet/src/dht


From: gnunet
Subject: [GNUnet-SVN] r13748 - gnunet/src/dht
Date: Fri, 19 Nov 2010 13:31:00 +0100

Author: nevans
Date: 2010-11-19 13:31:00 +0100 (Fri, 19 Nov 2010)
New Revision: 13748

Modified:
   gnunet/src/dht/plugin_dhtlog_mysql_dump_load.c
Log:
memory leak

Modified: gnunet/src/dht/plugin_dhtlog_mysql_dump_load.c
===================================================================
--- gnunet/src/dht/plugin_dhtlog_mysql_dump_load.c      2010-11-19 12:25:54 UTC 
(rev 13747)
+++ gnunet/src/dht/plugin_dhtlog_mysql_dump_load.c      2010-11-19 12:31:00 UTC 
(rev 13748)
@@ -581,6 +581,7 @@
       return NULL;
     }
 
+  GNUNET_free(outfile_name);
   GNUNET_asprintf (&outfile_name,
                    "%s%s-%d",
                    outfile_path,
@@ -613,6 +614,7 @@
       return NULL;
     }
 
+  GNUNET_free(outfile_name);
   GNUNET_asprintf (&outfile_name,
                    "%s%s-%d",
                    outfile_path,
@@ -646,6 +648,7 @@
       return NULL;
     }
 
+  GNUNET_free(outfile_name);
   GNUNET_asprintf (&outfile_name,
                    "%s%s-%d",
                    outfile_path,
@@ -679,6 +682,7 @@
       return NULL;
     }
 
+  GNUNET_free(outfile_name);
   GNUNET_asprintf (&outfile_name,
                    "%s%s-%d",
                    outfile_path,
@@ -712,6 +716,7 @@
       return NULL;
     }
 
+  GNUNET_free(outfile_name);
   GNUNET_asprintf (&outfile_name,
                    "%s%s-%d",
                    outfile_path,
@@ -744,6 +749,7 @@
       return NULL;
     }
 
+  GNUNET_free(outfile_name);
   GNUNET_asprintf (&outfile_name,
                    "%s%s-%d",
                    outfile_path,
@@ -776,6 +782,7 @@
       return NULL;
     }
 
+  GNUNET_free(outfile_name);
   GNUNET_asprintf (&outfile_name,
                    "%s%s-%d",
                    outfile_path,




reply via email to

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