Files
node-v0.x-archive/src
Fedor Indutny 68487a73f2 crypto: replace BIO_free with BIO_free_all
From OpenSSL's documentation:

"If BIO_free() is called on a BIO chain it will only free one BIO
resulting in a memory leak."

and

"BIO_free_all() frees up an entire BIO chain, it does not halt if an
error occurs freeing up an individual BIO in the chain"
2013-03-13 00:23:29 +04:00
..
2013-03-06 14:31:22 +04:00
2012-08-28 15:04:55 +02:00
2013-03-13 00:23:29 +04:00
2013-02-25 23:45:02 +01:00
2012-03-10 00:14:14 +01:00
2011-03-14 17:37:05 -07:00
2013-03-08 21:52:36 -08:00
2012-02-03 14:07:32 +00:00
2013-03-08 20:26:26 -08:00