From 926545e0f27b16513efa8d15339cca02932e6874 Mon Sep 17 00:00:00 2001 From: Kevin B Kenny Date: Fri, 16 Nov 2001 21:41:13 +0000 Subject: Removed a rogue C++ comment that inadvertently got left in tclListObj.c --- ChangeLog | 4 ++++ generic/tclListObj.c | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index c3ae688..4aae0c3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2001-11-16 Kevin B. Kenny + * generic/tclListObj.c: removed a C++-style comment that + was inadvertently left in the source code. + 2001-11-16 Jeff Hobbs * unix/tclUnixInit.c: added HAVE_LANGINFO code block. diff --git a/generic/tclListObj.c b/generic/tclListObj.c index 39f45d4..2db0494 100644 --- a/generic/tclListObj.c +++ b/generic/tclListObj.c @@ -11,7 +11,7 @@ * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tclListObj.c,v 1.10 2001/11/14 23:17:03 hobbs Exp $ + * RCS: @(#) $Id: tclListObj.c,v 1.11 2001/11/16 21:41:14 kennykb Exp $ */ #include "tclInt.h" @@ -1388,7 +1388,7 @@ FreeListInternalRep(listPtr) } ckfree((char *) elemPtrs); ckfree((char *) listRepPtr); - // KBK temp + listPtr->internalRep.twoPtrValue.ptr1 = NULL; listPtr->internalRep.twoPtrValue.ptr2 = NULL; } -- cgit v0.12