gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r6552 - GNUnet/src/applications/sqstore_sqlite


From: gnunet
Subject: [GNUnet-SVN] r6552 - GNUnet/src/applications/sqstore_sqlite
Date: Sun, 9 Mar 2008 15:35:31 -0600 (MDT)

Author: grothoff
Date: 2008-03-09 15:35:30 -0600 (Sun, 09 Mar 2008)
New Revision: 6552

Modified:
   GNUnet/src/applications/sqstore_sqlite/sqlite.c
Log:
fix

Modified: GNUnet/src/applications/sqstore_sqlite/sqlite.c
===================================================================
--- GNUnet/src/applications/sqstore_sqlite/sqlite.c     2008-03-09 17:18:03 UTC 
(rev 6551)
+++ GNUnet/src/applications/sqstore_sqlite/sqlite.c     2008-03-09 21:35:30 UTC 
(rev 6552)
@@ -754,7 +754,7 @@
                   sqlite3_finalize (stmt_1);
                   sqlite3_finalize (stmt_2);
                   GNUNET_mutex_unlock (lock);
-                  GNUNET_free (datum_1);
+                  GNUNET_free_non_null (datum_1);
                   return GNUNET_SYSERR;
                 }
               sqlite3_reset (stmt_2);





reply via email to

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