diff options
author | Rob Austein <sra@hactrn.net> | 2006-07-27 08:34:29 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2006-07-27 08:34:29 +0000 |
commit | 94f367b4f713e220f877ca05f5d9709eaab5ef4d (patch) | |
tree | 5c2625c18677bd920632259a09d2dafa7b5ccc9f | |
parent | ba2d3e4eb211d6317110642df33523e1e5660f18 (diff) |
Nailed memory leak.
svn path=/openssl/README; revision=102
-rw-r--r-- | openssl/README | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/openssl/README b/openssl/README index de3ed4a5..d1a1a959 100644 --- a/openssl/README +++ b/openssl/README @@ -445,9 +445,3 @@ slash of a prefix. Same answer. Might be able to get rid of inet_pton(): see ipv4_from_asc() and ipv6_from_asc() in v3_utl.c. - -Possible approach to memory leak: debugging code that prints out all -pointers used in an extension just before our v2i function returns. -Should be straightforward enough, and would also confirm this -whackiness of being called twice. Heck, could use our i2r handler to -do pretty output. |