[Zope-Checkins] CVS: Products/DCOracle2 - CHANGELOG:1.80

Matthew T. Kromer matt at zope.com
Wed Aug 27 11:40:33 EDT 2003


Update of /cvs-repository/Products/DCOracle2
In directory cvs.zope.org:/tmp/cvs-serv28981

Modified Files:
	CHANGELOG 
Log Message:
Fix a memory leak reported by Mihai Ibanescu <misa at redhat.com> where a call
to OCIParamGet did not have a OCIDescriptorFree associated with it.  The leak
was not bad until Oracle 9.2, but then it was terrible.


=== Products/DCOracle2/CHANGELOG 1.79 => 1.80 ===
--- Products/DCOracle2/CHANGELOG:1.79	Tue Aug 26 14:12:18 2003
+++ Products/DCOracle2/CHANGELOG	Wed Aug 27 10:40:02 2003
@@ -338,6 +338,8 @@
 		entry doesn't match the binding array definition, the
 		entry will be updated.
              o  Make the NATIVENUMERIC detection be friendly to Python 1.5.2
+	     o  Fixed a memory leak on cursor fetch where a descriptor
+	        returned by OCIParamGet was not freed with OCIDescriptorFree.
 
 Desired Features Not Yet Implemented:
 




More information about the Zope-Checkins mailing list