diff options
author | Christian Grothoff <christian@grothoff.org> | 2016-01-21 08:43:27 +0000 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2016-01-21 08:43:27 +0000 |
commit | 96332b7af2a020df48e23a9ec35ff7b9ab6012de (patch) | |
tree | 635af52d44ba67bc42cee3dae5b3f87d0146df2d | |
parent | f4984f2ed8e51b9eb7b682e402955819a1d691b6 (diff) |
-fix double-free
-rw-r--r-- | src/ats-tests/ats-testing-experiment.c | 1 |
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); |