aboutsummaryrefslogtreecommitdiff
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
parentf4984f2ed8e51b9eb7b682e402955819a1d691b6 (diff)
-fix double-free
-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 38600219be..a4a925847a 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,
GNUNET_free (type);
GNUNET_free (op_name);
GNUNET_free (op);
- GNUNET_free (pref);
GNUNET_free_non_null (pref);
GNUNET_free (o);
GNUNET_free (sec_name);