summaryrefslogtreecommitdiff
path: root/src/lib/testing_api_cmd_refresh.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-01-18 18:04:59 +0100
committerChristian Grothoff <christian@grothoff.org>2020-01-18 18:04:59 +0100
commit8715e2b28464f242624ba691f3a0c83f78fc1111 (patch)
tree19c19cb5d3797ef8062734d3e8c6aa69efe61b61 /src/lib/testing_api_cmd_refresh.c
parentc5c04cb51fddba5ec8a0371155b50145810a92cb (diff)
downloadexchange-8715e2b28464f242624ba691f3a0c83f78fc1111.tar.gz
exchange-8715e2b28464f242624ba691f3a0c83f78fc1111.tar.bz2
exchange-8715e2b28464f242624ba691f3a0c83f78fc1111.zip
fix leaks
Diffstat (limited to 'src/lib/testing_api_cmd_refresh.c')
-rw-r--r--src/lib/testing_api_cmd_refresh.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/testing_api_cmd_refresh.c b/src/lib/testing_api_cmd_refresh.c
index a490acc3c..019c000f9 100644
--- a/src/lib/testing_api_cmd_refresh.c
+++ b/src/lib/testing_api_cmd_refresh.c
@@ -686,8 +686,8 @@ refresh_link_run (void *cls,
const struct TALER_TESTING_Command *reveal_cmd;
const struct TALER_TESTING_Command *melt_cmd;
const struct TALER_TESTING_Command *coin_cmd;
- rls->is = is;
+ rls->is = is;
reveal_cmd = TALER_TESTING_interpreter_lookup_command
(rls->is, rls->reveal_reference);