rfv: small fixes to memory leaks in Net-SNMP Python interface

2006-11-05 Thread G. S. Marzot
Attached is a patch which addresses a few memory leak issues in the Python Net-SNMP interface. prior to the patch session creation leaked the session pointer...also within the session, memory was allocated which was not freed by snmp_close()...both of these issues were addressed as confirmed by va

Re: 5.4 proxy over TCP fails

2006-11-05 Thread Magnus Fromreide
On lör, 2006-11-04 at 15:09 +0100, Thomas Anders wrote: > -Coders, > > "make test TESTOPTS='-P tcp'" currently fails for CVS MAIN in the proxy tests: > > 45:testing Proxy GET support...FAIL > 46:testing Proxy SET support...FAIL > > Further investigation reveals that this is a real problem (rathe