Memory leaks in d2i_X509_CRL and X509_CRL_free?

2012-10-26 Thread Zhuang Yuyao
Hi, I'm testing loading a large CRL file into a X509_CRL structure then free it. but after X509_CRL_free, there are still some mysterious memory consumption. pmap reports that total memory consumption is 105608KB right after the CRL file was loaded, and 88920K after X509_CRL_free was called.

Re: Memory leaks in d2i_X509_CRL and X509_CRL_free?

2012-10-26 Thread Zhuang Yuyao
the openssl library version is 1.0.1c, the operation system is debian linux. On Fri, Oct 26, 2012 at 8:05 PM, Zhuang Yuyao mli...@gmail.com wrote: Hi, I'm testing loading a large CRL file into a X509_CRL structure then free it. but after X509_CRL_free, there are still some mysterious memory