]> git.tuebingen.mpg.de Git - paraslash.git/commit
crypt: Introduce crypt_shutdown().
authorAndre Noll <maan@tuebingen.mpg.de>
Fri, 29 Dec 2017 15:22:37 +0000 (16:22 +0100)
committerAndre Noll <maan@tuebingen.mpg.de>
Sun, 25 Feb 2018 23:10:28 +0000 (00:10 +0100)
commit3e16770594ee8267db0523ec733d0af794f277ff
tree887c0f370edd1a5457ba00a1dc03c391a9cb6721
parentaa066efd962198bbeed8e5bcee57572f9e15455a
crypt: Introduce crypt_shutdown().

This plugs a few harmless memory leaks in the openssl crypto
backend. The leaks occur on exit and are only reported by valgrind
if it is run with --leak-check=full --show-leak-kinds=all.

The gcrypt backend has similar problems, but there is no way to
provide a similar patch for libgrypt. The newly added comment in
gcrypt.c explains why.
audiod.c
client.c
crypt.h
gcrypt.c
openssl.c
server.c