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: rfv: small fixes to memory leaks in Net-SNMP Python interface

2006-11-03 Thread Wes Hardaker
> "TA" == Thomas Anders <[EMAIL PROTECTED]> writes: TA> +1 (especially since the Python modules haven't been shipped before) +1 from me as well. Go ahead and apply it Joe (I know it hasn't been 24 hours). -- Wes Hardaker Sparta, Inc.

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

2006-11-03 Thread Thomas Anders
G. S. Marzot wrote: > Attached is a patch which addresses a few memory leak issues in the Python > Net-SNMP interface. > > The proposal is that these fixes be accepted prior to release. +1 (especially since the Python modules haven't been shipped before) +Thomas -- Thomas Anders (thomas.ander

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

2006-11-03 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