]> Pileus Git - ~andy/linux/blobdiff - fs/cifs/cifsencrypt.c
Merge branch 'for-linus' of git://git.monstr.eu/linux-2.6-microblaze
[~andy/linux] / fs / cifs / cifsencrypt.c
index 7c9809523f428a1cf3a31128d32d0d101152e2f6..7efe1745494d10a4968ef09f308af577d6ccc1c9 100644 (file)
@@ -373,6 +373,7 @@ calc_exit_2:
           compare with the NTLM example */
        hmac_md5_final(ses->server->ntlmv2_hash, pctxt);
 
+       kfree(pctxt);
        return rc;
 }