aboutsummaryrefslogtreecommitdiff
path: root/src/reclaim-attribute/reclaim_attestation.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/reclaim-attribute/reclaim_attestation.c')
-rw-r--r--src/reclaim-attribute/reclaim_attestation.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/reclaim-attribute/reclaim_attestation.c b/src/reclaim-attribute/reclaim_attestation.c
index fd08b9b12..961c6ede4 100644
--- a/src/reclaim-attribute/reclaim_attestation.c
+++ b/src/reclaim-attribute/reclaim_attestation.c
@@ -388,7 +388,7 @@ GNUNET_RECLAIM_attestation_list_destroy (
388 struct GNUNET_RECLAIM_AttestationListEntry *ale; 388 struct GNUNET_RECLAIM_AttestationListEntry *ale;
389 struct GNUNET_RECLAIM_AttestationListEntry *tmp_ale; 389 struct GNUNET_RECLAIM_AttestationListEntry *tmp_ale;
390 390
391 for (ale = al->list_head; NULL != ale; ale = ale->next) 391 for (ale = al->list_head; NULL != ale;)
392 { 392 {
393 if (NULL != ale->attestation) 393 if (NULL != ale->attestation)
394 GNUNET_free (ale->attestation); 394 GNUNET_free (ale->attestation);