]> git.tuebingen.mpg.de Git - paraslash.git/commit
crypt.c: fix memory leak in para_decrypt_buffer()
authorAndre Noll <maan@systemlinux.org>
Sun, 11 Feb 2007 22:11:28 +0000 (23:11 +0100)
committerAndre Noll <maan@systemlinux.org>
Sun, 11 Feb 2007 22:11:28 +0000 (23:11 +0100)
commit9f487d2aaaa3462d9e4ecd76f22a75c9ae847e92
tree2e41f89aab9107b70bd39d3768041900ada71bc4
parent89b2ebc40332c729be076f6122d1744b205c64bc
crypt.c: fix memory leak in para_decrypt_buffer()

The client side had more or less the same memory leak as the server side:
The rsa structure wasn't freed.
crypt.c