From 2d4d649da0b66f56f575c8900f473b277bd3ae86 Mon Sep 17 00:00:00 2001 From: ferrieux Date: Mon, 8 Sep 2014 21:36:53 +0000 Subject: Zap outdated comment. --- generic/tclObj.c | 1 - 1 file changed, 1 deletion(-) diff --git a/generic/tclObj.c b/generic/tclObj.c index 47f04e6..e25fd46 100644 --- a/generic/tclObj.c +++ b/generic/tclObj.c @@ -4656,7 +4656,6 @@ Tcl_GcCmd( for (chunk = tclObjChunkList; chunk; chunk = chunk->next) { nch++; } - // TODO: No obivious free() for this malloc()? infotab = (ObjChunkInfo *) malloc(nch * sizeof(ObjChunkInfo)); tmp = (ObjChunkHeader **) infotab; /* pointers are smaller, so they fit */ for (chunk = tclObjChunkList; chunk; chunk = chunk->next) { -- cgit v0.12