leaks
This commit is contained in:
parent
9031f7340d
commit
c1dc7cc28b
@ -312,8 +312,8 @@ run (void *cls,
|
|||||||
"{\"nonce\": %llu}",
|
"{\"nonce\": %llu}",
|
||||||
i + (howmany_coins * j));
|
i + (howmany_coins * j));
|
||||||
unit[0] =
|
unit[0] =
|
||||||
TALER_TESTING_cmd_withdraw_with_retry (TALER_TESTING_cmd_withdraw_amount
|
TALER_TESTING_cmd_withdraw_with_retry
|
||||||
(withdraw_label,
|
(TALER_TESTING_cmd_withdraw_amount (withdraw_label,
|
||||||
create_reserve_label,
|
create_reserve_label,
|
||||||
amount_5,
|
amount_5,
|
||||||
MHD_HTTP_OK));
|
MHD_HTTP_OK));
|
||||||
@ -378,6 +378,10 @@ run (void *cls,
|
|||||||
TALER_TESTING_run2 (is,
|
TALER_TESTING_run2 (is,
|
||||||
all_commands,
|
all_commands,
|
||||||
GNUNET_TIME_UNIT_FOREVER_REL); /* no timeout */
|
GNUNET_TIME_UNIT_FOREVER_REL); /* no timeout */
|
||||||
|
GNUNET_free (amount_1);
|
||||||
|
GNUNET_free (amount_4);
|
||||||
|
GNUNET_free (amount_5);
|
||||||
|
GNUNET_free (withdraw_fee_str);
|
||||||
result = 1;
|
result = 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user