Fix memory leak on Randomizer::__construct() call twice (#9091) When Radomizer::__construct() was called with no arguments, Randomizer\Engine\Secure was implicitly instantiate and memory was
Fix memory leak on Randomizer::__construct() call twice (#9091) When Radomizer::__construct() was called with no arguments, Randomizer\Engine\Secure was implicitly instantiate and memory was leaking. Co-authored-by: Tim Düsterhus <timwolla@googlemail.com>
show more ...
|