fixing corrupted DLL (resulting from double call to json_decref())
This commit is contained in:
parent
62b7bbabed
commit
18c22e3e2e
@ -167,6 +167,12 @@ struct Coin {
|
||||
*/
|
||||
unsigned int refresh;
|
||||
|
||||
/**
|
||||
* If the coin has to be refreshed, this value indicates
|
||||
* how much is left on this coin
|
||||
*/
|
||||
struct TALER_Amount left;
|
||||
|
||||
/**
|
||||
* Refresh melt handle
|
||||
*/
|
||||
@ -838,6 +844,9 @@ benchmark_run (void *cls)
|
||||
json_decref (transfer_details);
|
||||
}
|
||||
json_decref (sender_details);
|
||||
sender_details = NULL;
|
||||
transfer_details = NULL;
|
||||
|
||||
GNUNET_log (GNUNET_ERROR_TYPE_INFO,
|
||||
"benchmark_run() returns\n");
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user