diff options
author | hobbs <hobbs@noemail.net> | 2008-04-07 23:12:03 (GMT) |
---|---|---|
committer | hobbs <hobbs@noemail.net> | 2008-04-07 23:12:03 (GMT) |
commit | dcf010a1e468421df2950cf71df9bec088be20ac (patch) | |
tree | 7f8187e38e1814d6419c84163a7cca4dd6c7d065 /changes | |
parent | 244859f1263f4b550c9a8ccfb0abb3042ec006fa (diff) | |
download | tk-dcf010a1e468421df2950cf71df9bec088be20ac.zip tk-dcf010a1e468421df2950cf71df9bec088be20ac.tar.gz tk-dcf010a1e468421df2950cf71df9bec088be20ac.tar.bz2 |
* generic/tkWindow.c (Initialize): fix double-free on Tk_ParseArgv
* tests/main.test (main-3.*): error. [Bug 1937135]
FossilOrigin-Name: 9395b7e10d138d4e37f624da399f06095336b6c1
Diffstat (limited to 'changes')
-rw-r--r-- | changes | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -2,7 +2,7 @@ This file summarizes all changes made to Tk since version 1.0 was released on March 13, 1991. Changes that aren't backward compatible are marked specially. -RCS: @(#) $Id: changes,v 1.64.2.53 2008/04/07 19:17:54 dgp Exp $ +RCS: @(#) $Id: changes,v 1.64.2.54 2008/04/07 23:12:06 hobbs Exp $ 3/16/91 (bug fix) Modified tkWindow.c to remove Tk's Tcl commands from the interpreter when the main window is deleted (otherwise there will @@ -6159,4 +6159,6 @@ use (hobbs) 2008-03-27 (platform support)[1921166] Solaris 64bit build fixes (steffen) +2008-04-07 (bug fix)[1937135] Fix double-free with argv error (hobbs) + --- Released 8.4.19, April 11, 2008 --- See ChangeLog for details --- |