gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r3617 - GNUnet/src/applications/sqstore_mysql


From: grothoff
Subject: [GNUnet-SVN] r3617 - GNUnet/src/applications/sqstore_mysql
Date: Thu, 2 Nov 2006 14:29:32 -0800 (PST)

Author: grothoff
Date: 2006-11-02 14:29:29 -0800 (Thu, 02 Nov 2006)
New Revision: 3617

Modified:
   GNUnet/src/applications/sqstore_mysql/mysql.c
Log:
fixing memory leak when unloading mysql

Modified: GNUnet/src/applications/sqstore_mysql/mysql.c
===================================================================
--- GNUnet/src/applications/sqstore_mysql/mysql.c       2006-11-02 21:49:20 UTC 
(rev 3616)
+++ GNUnet/src/applications/sqstore_mysql/mysql.c       2006-11-02 22:29:29 UTC 
(rev 3617)
@@ -1438,6 +1438,7 @@
               sizeof(unsigned long long),
               &content_size);
   coreAPI->releaseService(state);
+  mysql_library_end();
   ectx = NULL;
   coreAPI = NULL;
 }





reply via email to

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