-fix crash
This commit is contained in:
parent
e352fdd356
commit
7b258d4bdf
@ -1628,9 +1628,12 @@ begin_debit_audit (void)
|
||||
*/
|
||||
static void
|
||||
conclude_credit_history (void)
|
||||
{
|
||||
if (NULL != in_map)
|
||||
{
|
||||
GNUNET_CONTAINER_multihashmap_destroy (in_map);
|
||||
in_map = NULL;
|
||||
}
|
||||
/* credit done, now check debits */
|
||||
begin_debit_audit ();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user