fixed Linux build

This commit is contained in:
orignal 2017-08-24 09:47:57 -04:00
parent af8c31a809
commit 1df37c1ba3
2 changed files with 11 additions and 8 deletions

View file

@ -164,8 +164,8 @@ Orignal is sensei of crypto ;)
std::cout << "Address found " << addr << " in " << id_thread << std::endl;
found=true;
FoundNonce=*nonce;
free(hash);
free(b);
// free(hash);
// free(b);
return true;
}
@ -173,11 +173,12 @@ Orignal is sensei of crypto ;)
hashescounter++;
if (found)
{
free(hash);
free(b);
// free(hash);
// free(b);
break;
}
}//while
return true;
}
int main (int argc, char * argv[])