X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/738eeccd9d120a05051905b1c4bb6ec29c81bbb8..7d5169a0e97575732aa971121193a9eb4f8fae57:/client/nonce2key/nonce2key.c diff --git a/client/nonce2key/nonce2key.c b/client/nonce2key/nonce2key.c index bf7fcea2..81f5ae1c 100644 --- a/client/nonce2key/nonce2key.c +++ b/client/nonce2key/nonce2key.c @@ -296,6 +296,5 @@ int tryMfk64(uint64_t myuid, uint8_t *data, uint8_t *outputkey ){ crypto1_get_lfsr(revstate, &key); PrintAndLog("Found Key: [%012"llx"]",key); crypto1_destroy(revstate); - crypto1_destroy(pcs); return 0; } \ No newline at end of file