aboutsummaryrefslogtreecommitdiff
path: root/src/ats-tests
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2016-01-21 08:43:27 +0000
committerChristian Grothoff <christian@grothoff.org>2016-01-21 08:43:27 +0000
commit96332b7af2a020df48e23a9ec35ff7b9ab6012de (patch)
tree635af52d44ba67bc42cee3dae5b3f87d0146df2d /src/ats-tests
parentf4984f2ed8e51b9eb7b682e402955819a1d691b6 (diff)
downloadgnunet-96332b7af2a020df48e23a9ec35ff7b9ab6012de.tar.gz
gnunet-96332b7af2a020df48e23a9ec35ff7b9ab6012de.zip
-fix double-free
Diffstat (limited to 'src/ats-tests')
-rw-r--r--src/ats-tests/ats-testing-experiment.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ats-tests/ats-testing-experiment.c b/src/ats-tests/ats-testing-experiment.c
index 38600219b..a4a925847 100644
--- a/src/ats-tests/ats-testing-experiment.c
+++ b/src/ats-tests/ats-testing-experiment.c
@@ -319,7 +319,6 @@ load_episode (struct Experiment *e,
319 GNUNET_free (type); 319 GNUNET_free (type);
320 GNUNET_free (op_name); 320 GNUNET_free (op_name);
321 GNUNET_free (op); 321 GNUNET_free (op);
322 GNUNET_free (pref);
323 GNUNET_free_non_null (pref); 322 GNUNET_free_non_null (pref);
324 GNUNET_free (o); 323 GNUNET_free (o);
325 GNUNET_free (sec_name); 324 GNUNET_free (sec_name);