[Patches] [Patch #101980] Fix for #117278: Do not release unallocated Tcl objects

noreply@sourceforge.net noreply@sourceforge.net
Thu, 19 Oct 2000 20:23:29 -0700


Patch #101980 has been updated. 

Project: 
Category: Tkinter
Status: Open
Summary: Fix for #117278: Do not release unallocated Tcl objects

Follow-Ups:

Date: 2000-Oct-19 14:06
By: loewis

Comment:
Tcl's decref does not check for null pointers. This patch releases only successfully allocated objects.
-------------------------------------------------------

Date: 2000-Oct-19 20:23
By: fdrake

Comment:
Slightly simplified the patch, and avoid setting objc to zero twice when no intervening value was possible.

Martin, if you're happy this change, go ahead and check it in and close the associated bug report.
-------------------------------------------------------

-------------------------------------------------------
For more info, visit:

http://sourceforge.net/patch/?func=detailpatch&patch_id=101980&group_id=5470