After hook glibc, there are some clear memory leak in modsecurity transaction.
There are pcre_malloc and pcre_free in this module, so I hook all memory callback in msc_transaction, and finally resolve the memory leak in modsecurity transaction.
(I have implemented, however, I won't add a PR without discussion.)