Browse Source

Test

etomic
jl777 7 years ago
parent
commit
85dcb374c8
  1. 7
      iguana/exchanges/LP_utxos.c

7
iguana/exchanges/LP_utxos.c

@ -787,11 +787,12 @@ int32_t LP_passphrase_init(char *passphrase,char *gui)
} }
if ( G.LP_utxoinfos2[iambob] != 0 ) if ( G.LP_utxoinfos2[iambob] != 0 )
{ {
HASH_ITER(hh,G.LP_utxoinfos2[iambob],utxo,tmp) G.LP_utxoinfos2[iambob] = 0;
/*HASH_ITER(hh,G.LP_utxoinfos2[iambob],utxo,tmp)
{ {
HASH_DELETE(hh,G.LP_utxoinfos2[iambob],utxo); HASH_DELETE(hh,G.LP_utxoinfos2[iambob],utxo);
//free(utxo); free(utxo);
} }*/
} }
} }
memset(&G,0,sizeof(G)); memset(&G,0,sizeof(G));

Loading…
Cancel
Save