X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/4b2e63be17a44223c52917c9341a51e5053405f0..c2d2a5a6b580670724e68a86f46adfa2946a45b9:/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