gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r12754 - gnunet/src/datacache


From: gnunet
Subject: [GNUnet-SVN] r12754 - gnunet/src/datacache
Date: Fri, 27 Aug 2010 15:19:33 +0200

Author: grothoff
Date: 2010-08-27 15:19:33 +0200 (Fri, 27 Aug 2010)
New Revision: 12754

Modified:
   gnunet/src/datacache/plugin_datacache_postgres.c
Log:
fix

Modified: gnunet/src/datacache/plugin_datacache_postgres.c
===================================================================
--- gnunet/src/datacache/plugin_datacache_postgres.c    2010-08-27 13:10:14 UTC 
(rev 12753)
+++ gnunet/src/datacache/plugin_datacache_postgres.c    2010-08-27 13:19:33 UTC 
(rev 12754)
@@ -408,7 +408,10 @@
       return 0; 
     }
   if (iter == NULL)
-    return cnt;
+    {
+      PQclear (res);
+      return cnt;
+    }
   if ( (3 != PQnfields (res)) ||
        (sizeof (uint64_t) != PQfsize (res, 0)) ||
        (sizeof (uint32_t) != PQfsize (res, 1)))




reply via email to

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