uvg266/src/extras
Arttu Ylä-Outinen 2f2c281e8e Fix a memory leak in crypto
A CryptoPP::CFB_Mode<CryptoPP::AES>::Encryption was allocated at the
beginning of encoder_state_encode_leaf and was never freed. This commit
changes encoder_state_worker_encode_lcu to delete the CFB_Mode. Also
moves crypto handle from encoder_state_config_tile_t to encoder_state_t
so that it can be safely deleted without affecting other threads in the
same tile.
2017-05-23 11:51:25 +03:00
..
crypto.cpp Fix a memory leak in crypto 2017-05-23 11:51:25 +03:00
crypto.h Fix a memory leak in crypto 2017-05-23 11:51:25 +03:00
getopt.c Enable errors about non-existing CLI options 2016-02-04 13:48:58 +02:00
getopt.h Remove NetBSD getopt dependency to unistd.h. 2015-02-19 16:26:14 +02:00
libmd5.c Run include-what-you-use fix_includes.py fix_includes.py 2016-04-01 17:46:55 +03:00
libmd5.h Add kvz_ prefix to md5 functions 2016-03-18 13:13:35 +02:00
x86inc.asm Add nasm support. 2015-07-17 13:59:25 +03:00