json_decref in shutdown
This commit is contained in:
parent
feb60291b6
commit
f50d4b0f35
@ -680,6 +680,11 @@ do_shutdown (void *cls)
|
||||
|
||||
}
|
||||
|
||||
if (NULL != sender_details)
|
||||
json_decref (sender_details);
|
||||
if (NULL != merchant_details)
|
||||
json_decref (sender_details);
|
||||
|
||||
GNUNET_free_non_null (reserves);
|
||||
GNUNET_free_non_null (coins);
|
||||
GNUNET_free_non_null (spent_coins);
|
||||
|
Loading…
Reference in New Issue
Block a user