diff options
author | hobbs <hobbs> | 2008-04-07 23:12:04 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2008-04-07 23:12:04 (GMT) |
commit | 3ceb8b3a748eb425d00c78457e708542c57e488d (patch) | |
tree | 7f8187e38e1814d6419c84163a7cca4dd6c7d065 /changes | |
parent | 6a99f16c66d481f3d4d7bdbc3d35901b5057154e (diff) | |
download | tk-3ceb8b3a748eb425d00c78457e708542c57e488d.zip tk-3ceb8b3a748eb425d00c78457e708542c57e488d.tar.gz tk-3ceb8b3a748eb425d00c78457e708542c57e488d.tar.bz2 |
* generic/tkWindow.c (Initialize): fix double-free on Tk_ParseArgv
* tests/main.test (main-3.*): error. [Bug 1937135]
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 --- |