aboutsummaryrefslogtreecommitdiff
path: root/src/ats/perf_ats_solver.c
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2014-01-27 10:05:11 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2014-01-27 10:05:11 +0000
commitdb51f79c2b0933f78b423b5cbe5ddb85562244a2 (patch)
tree3206f09c1e66a823ac5a9052fa58f938d54a96ff /src/ats/perf_ats_solver.c
parent07db1325c2fd7a2d5365ad9f9fa200b6f05dc17b (diff)
downloadgnunet-db51f79c2b0933f78b423b5cbe5ddb85562244a2.tar.gz
gnunet-db51f79c2b0933f78b423b5cbe5ddb85562244a2.zip
solving slow shutdown issue: statistic was not destroyed
Diffstat (limited to 'src/ats/perf_ats_solver.c')
-rw-r--r--src/ats/perf_ats_solver.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ats/perf_ats_solver.c b/src/ats/perf_ats_solver.c
index 2221ea824..88e5400c8 100644
--- a/src/ats/perf_ats_solver.c
+++ b/src/ats/perf_ats_solver.c
@@ -1107,6 +1107,7 @@ run (void *cls, char * const *args, const char *cfgfile,
1107 GNUNET_PLUGIN_unload (plugin, ph.solver); 1107 GNUNET_PLUGIN_unload (plugin, ph.solver);
1108 GNUNET_free (plugin); 1108 GNUNET_free (plugin);
1109 GNUNET_CONFIGURATION_destroy (solver_cfg); 1109 GNUNET_CONFIGURATION_destroy (solver_cfg);
1110 GNUNET_STATISTICS_destroy (ph.stat, GNUNET_NO);
1110 ph.solver = NULL; 1111 ph.solver = NULL;
1111} 1112}
1112 1113