json_decref in shutdown

This commit is contained in:
Marcello Stanisci 2016-06-08 17:34:46 +02:00
parent feb60291b6
commit f50d4b0f35

View File

@ -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);