The GitHub Actions job "CMake" on subversion.git/trunk has failed. Run started by GitHub user asf-gitbox-commits (triggered by asf-gitbox-commits).
Head commit for run: d2747b0554a4520834f10e48dc0c072722a587d8 / Ivan Zhakov <[email protected]> bcrypt: Destroy BCrypt hash context using BCryptDestroyHash(). We allocate memory for BCrypt hash context from APR pool, so existing code didn't have memory leak. But in theory BCrypt may have other resources besides memory used by context itself. * subversion/libsvn_subr/checksum_bcrypt.c (bcrypt_ctx_cleanup): New. APR pool cleanup handler to cleanup bcrypt_ctx_t. (bcrypt_ctx_init): Register APR pool cleanup handler. (bcrypt_ctx_reset, bcrypt_checksum): Destroy BCrypt hash context using BCryptDestroyHash(). git-svn-id: https://svn.apache.org/repos/asf/subversion/trunk@1936009 13f79535-47bb-0310-9956-ffa450edef68 Report URL: https://github.com/apache/subversion/actions/runs/28969668151 With regards, GitHub Actions via GitBox
