Merge branch 'master' of git+ssh://git.taler.net/exchange
This commit is contained in:
commit
72293a25ac
@ -180,6 +180,11 @@ shutdown_task (void *cls)
|
|||||||
struct WireAccount *wa;
|
struct WireAccount *wa;
|
||||||
|
|
||||||
(void) cls;
|
(void) cls;
|
||||||
|
if (NULL != hh)
|
||||||
|
{
|
||||||
|
TALER_BANK_credit_history_cancel (hh);
|
||||||
|
hh = NULL;
|
||||||
|
}
|
||||||
if (NULL != ctx)
|
if (NULL != ctx)
|
||||||
{
|
{
|
||||||
GNUNET_CURL_fini (ctx);
|
GNUNET_CURL_fini (ctx);
|
||||||
@ -195,11 +200,6 @@ shutdown_task (void *cls)
|
|||||||
GNUNET_SCHEDULER_cancel (task);
|
GNUNET_SCHEDULER_cancel (task);
|
||||||
task = NULL;
|
task = NULL;
|
||||||
}
|
}
|
||||||
if (NULL != hh)
|
|
||||||
{
|
|
||||||
TALER_BANK_credit_history_cancel (hh);
|
|
||||||
hh = NULL;
|
|
||||||
}
|
|
||||||
TALER_EXCHANGEDB_plugin_unload (db_plugin);
|
TALER_EXCHANGEDB_plugin_unload (db_plugin);
|
||||||
db_plugin = NULL;
|
db_plugin = NULL;
|
||||||
while (NULL != (wa = wa_head))
|
while (NULL != (wa = wa_head))
|
||||||
|
Loading…
Reference in New Issue
Block a user