mirror of
https://github.com/php/php-src.git
synced 2026-04-21 15:08:16 +02:00
90a2c79be0
Remove null checks before EVP_PKEY_free and BIO_free. NULL is a no-op for both of these. Probably applies to most other freeing function as well...