roddi / ValidateStoreReceipt

validate the receipt a well-known computer company's application store sends
355 stars 37 forks source link

Memory leaks in CRYPTO_malloc (malloc of 32 bytes being lost) #2

Closed GerTeunis closed 13 years ago

GerTeunis commented 14 years ago

After some leak profiling the profiler reports a lot of memory leaks in CRYTO_malloc.

Leaked Object # Address Size Responsible Library Responsible Frame Malloc 32 Bytes 7 < multiple > 224 Bytes libcrypto.0.9.7.dylib CRYPTO_malloc

roddi commented 13 years ago

Sounds like a newer OpenSSL lib crypto would help. Up to you to figure out how to do that in your project