From df9c3fdaf22af15d25e83ffaba1635010a186d34 Mon Sep 17 00:00:00 2001 From: jl777 Date: Mon, 14 Mar 2016 04:59:53 -0300 Subject: [PATCH] test --- iguana/iguana_unspents.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/iguana/iguana_unspents.c b/iguana/iguana_unspents.c index 794b2ef9e..353e33a87 100755 --- a/iguana/iguana_unspents.c +++ b/iguana/iguana_unspents.c @@ -330,7 +330,7 @@ int32_t iguana_utxogen(struct iguana_info *coin,struct iguana_bundle *bp) //printf("iguana_utxogen: already have Xspendinds[%d]\n",ramchain->numXspends); return(0); } - ptr = malloc(sizeof(*ptr) * n); + ptr = mycalloc('x',sizeof(*ptr),n); total += n; //printf("start UTXOGEN.%d max.%d ptr.%p\n",bp->bundleheight,n,ptr); for (spendind=ramchain->H.data->firsti; spendindhdrsi,errs,100.*(double)emitted/(total+1),emit,mbstr(str,sizeof(*ptr) * emit),n); return(-errs); }