diff options
author | ericm <ericm> | 2000-10-12 21:14:33 (GMT) |
---|---|---|
committer | ericm <ericm> | 2000-10-12 21:14:33 (GMT) |
commit | cf232785ce80073052aa5a13c154a4707343da30 (patch) | |
tree | c5524617745bf82375c8e0049caac0096b0e1cbf /ChangeLog | |
parent | 828191c52e5612c668e01dd6d75509297aea5e51 (diff) | |
download | tk-cf232785ce80073052aa5a13c154a4707343da30.zip tk-cf232785ce80073052aa5a13c154a4707343da30.tar.gz tk-cf232785ce80073052aa5a13c154a4707343da30.tar.bz2 |
* generic/tkConfig.c (Tk_InitOptions): Added
Tcl_IncrRefCount/Tcl_DecrRefCount calls on valuePtr, to prevent
memory leaks when the value object comes from the option
database. [Bug: 6275].
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2000-10-10 Eric Melski <ericm@ajubasolutions.com> + + * generic/tkConfig.c (Tk_InitOptions): Added + Tcl_IncrRefCount/Tcl_DecrRefCount calls on valuePtr, to prevent + memory leaks when the value object comes from the option + database. [Bug: 6275]. + 2000-10-06 Jeff Hobbs <hobbs@ajubasolutions.com> * win/Makefile.in (cat32.${OBJEXT}): add win/ subdirectory to |