Commit 16bc45ba authored by Dr. Stephen Henson's avatar Dr. Stephen Henson
Browse files

Fix memory leak.

parent 85c9ba23
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -129,6 +129,7 @@ int PKCS5_PBKDF2_HMAC(const char *pass, int passlen,
			HMAC_CTX_cleanup(&hctx);
			return 0;
			}
		HMAC_CTX_cleanup(&hctx);
		memcpy(p, digtmp, cplen);
		for(j = 1; j < iter; j++)
			{