diff options
author | Christian Grothoff <christian@grothoff.org> | 2020-01-18 17:06:24 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2020-01-18 17:06:32 +0100 |
commit | 47deacaa152dd39e61615225e14e7a93be9f2a97 (patch) | |
tree | 83ba0715cc3c66e8f451946c31d786b3ff5e63fb /src/lib/testing_api_cmd_payback.c | |
parent | 48aab68ff5cf5ee364622d34a579f96371d8eecb (diff) |
doxygen
Diffstat (limited to 'src/lib/testing_api_cmd_payback.c')
-rw-r--r-- | src/lib/testing_api_cmd_payback.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/lib/testing_api_cmd_payback.c b/src/lib/testing_api_cmd_payback.c index 1fdd2bfea..41e60b04d 100644 --- a/src/lib/testing_api_cmd_payback.c +++ b/src/lib/testing_api_cmd_payback.c @@ -408,14 +408,13 @@ payback_run (void *cls, /** * Cleanup the state. * - * @param cls closure, typically a #struct WireState. + * @param cls closure, must be a `struct RevokeState`. * @param cmd the command which is being cleaned up. */ static void revoke_cleanup (void *cls, const struct TALER_TESTING_Command *cmd) { - struct RevokeState *rs = cls; if (NULL != rs->revoke_proc) @@ -426,7 +425,6 @@ revoke_cleanup (void *cls, GNUNET_OS_process_destroy (rs->revoke_proc); rs->revoke_proc = NULL; } - GNUNET_free_non_null (rs->dhks); GNUNET_free (rs); } |