aboutsummaryrefslogtreecommitdiff
path: root/src/pq/pq.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/pq/pq.c')
-rw-r--r--src/pq/pq.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/pq/pq.c b/src/pq/pq.c
index 6d47f4748..65e051bfc 100644
--- a/src/pq/pq.c
+++ b/src/pq/pq.c
@@ -24,8 +24,8 @@
24 * @author Florian Dold 24 * @author Florian Dold
25 * @author Christian Grothoff 25 * @author Christian Grothoff
26 */ 26 */
27#include "gnunet_pq_lib.h"
28#include "platform.h" 27#include "platform.h"
28#include "gnunet_pq_lib.h"
29#include "pq.h" 29#include "pq.h"
30 30
31 31
@@ -195,7 +195,7 @@ GNUNET_PQ_extract_result (PGresult *result,
195 *spec->result_size = spec->dst_size; 195 *spec->result_size = spec->dst_size;
196 } 196 }
197 return GNUNET_OK; 197 return GNUNET_OK;
198 cleanup: 198cleanup:
199 for (unsigned int j = 0; j < i; j++) 199 for (unsigned int j = 0; j < i; j++)
200 if (NULL != rs[j].cleaner) 200 if (NULL != rs[j].cleaner)
201 rs[j].cleaner (rs[j].cls, 201 rs[j].cleaner (rs[j].cls,