aboutsummaryrefslogtreecommitdiff
path: root/src/ats/plugin_ats_proportional.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ats/plugin_ats_proportional.c')
-rw-r--r--src/ats/plugin_ats_proportional.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ats/plugin_ats_proportional.c b/src/ats/plugin_ats_proportional.c
index f4324d238..f554291b6 100644
--- a/src/ats/plugin_ats_proportional.c
+++ b/src/ats/plugin_ats_proportional.c
@@ -1225,7 +1225,7 @@ libgnunet_plugin_ats_proportional_done (void *cls)
1225 GNUNET_CONTAINER_DLL_remove (s->network_entries[c].head, 1225 GNUNET_CONTAINER_DLL_remove (s->network_entries[c].head,
1226 s->network_entries[c].tail, 1226 s->network_entries[c].tail,
1227 cur); 1227 cur);
1228 GNUNET_free_non_null (cur->addr->solver_information); 1228 GNUNET_free (cur->addr->solver_information);
1229 GNUNET_free (cur); 1229 GNUNET_free (cur);
1230 } 1230 }
1231 GNUNET_free (s->network_entries[c].stat_total); 1231 GNUNET_free (s->network_entries[c].stat_total);