![Armin Novak](/assets/img/avatar_default.png)
There is no point in using BIO_free with a custom recursion to free up stacked BIOs if there is already BIO_free_all. Using it consistently avoids memory leaks due to stacked BIOs not being recursively freed.
There is no point in using BIO_free with a custom recursion to free up stacked BIOs if there is already BIO_free_all. Using it consistently avoids memory leaks due to stacked BIOs not being recursively freed.