aboutsummaryrefslogtreecommitdiff
path: root/src/datastore/gnunet-service-datastore.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/datastore/gnunet-service-datastore.c')
-rw-r--r--src/datastore/gnunet-service-datastore.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/datastore/gnunet-service-datastore.c b/src/datastore/gnunet-service-datastore.c
index 7d07ba3b3..97888ce03 100644
--- a/src/datastore/gnunet-service-datastore.c
+++ b/src/datastore/gnunet-service-datastore.c
@@ -1556,8 +1556,7 @@ run (void *cls,
1556 5); /* approx. 3% false positives at max use */ 1556 5); /* approx. 3% false positives at max use */
1557 refresh_bf = GNUNET_YES; 1557 refresh_bf = GNUNET_YES;
1558 } 1558 }
1559 if (NULL != pfn) 1559 GNUNET_free (pfn);
1560 GNUNET_free (pfn);
1561 } 1560 }
1562 else 1561 else
1563 { 1562 {
@@ -1567,8 +1566,7 @@ run (void *cls,
1567 5); /* approx. 3% false positives at max use */ 1566 5); /* approx. 3% false positives at max use */
1568 refresh_bf = GNUNET_YES; 1567 refresh_bf = GNUNET_YES;
1569 } 1568 }
1570 if (NULL != fn) 1569 GNUNET_free (fn);
1571 GNUNET_free (fn);
1572 if (NULL == filter) 1570 if (NULL == filter)
1573 { 1571 {
1574 GNUNET_log (GNUNET_ERROR_TYPE_ERROR, 1572 GNUNET_log (GNUNET_ERROR_TYPE_ERROR,