summaryrefslogtreecommitdiff
path: root/src/testing/test_exchange_api_twisted.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/testing/test_exchange_api_twisted.c')
-rw-r--r--src/testing/test_exchange_api_twisted.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/testing/test_exchange_api_twisted.c b/src/testing/test_exchange_api_twisted.c
index ebc9a59ce..33631764c 100644
--- a/src/testing/test_exchange_api_twisted.c
+++ b/src/testing/test_exchange_api_twisted.c
@@ -284,7 +284,7 @@ int
main (int argc,
char *const *argv)
{
- const char *cipher;
+ char *cipher;
int ret;
(void) argc;
@@ -299,6 +299,7 @@ main (int argc,
GNUNET_asprintf (&config_file,
"test_exchange_api_twisted-%s.conf",
cipher);
+ GNUNET_free (cipher);
if (GNUNET_OK !=
TALER_TESTING_prepare_fakebank (config_file,
"exchange-account-2",