fixing resource leaks
[oweals/gnunet.git] / src / ats / test_ats_solver_convergence.c
old mode 100755 (executable)
new mode 100644 (file)
index 40733bc..b99cab8
@@ -219,7 +219,7 @@ stat_cb(void *cls, const char *subsystem,
               "ATS statistics: `%s' `%s' %llu\n",
               subsystem,name,
               (unsigned long long) value);
-  GNUNET_ATS_suggest_address (sched_ats, &p.id);
+  GNUNET_ATS_suggest_address (sched_ats, &p.id, NULL, NULL);
   return GNUNET_OK;
 }