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
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