summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorferrieux <ferrieux@users.sourceforge.net>2014-09-08 21:36:53 (GMT)
committerferrieux <ferrieux@users.sourceforge.net>2014-09-08 21:36:53 (GMT)
commit2d4d649da0b66f56f575c8900f473b277bd3ae86 (patch)
tree8295431d301704417b10e9e7de0647b9f76f84e2
parent12444ccdc3a754ebc1311a041efa2c3fc732f387 (diff)
downloadtcl-nonmonotonic_obj_alloc.zip
tcl-nonmonotonic_obj_alloc.tar.gz
tcl-nonmonotonic_obj_alloc.tar.bz2
Zap outdated comment.nonmonotonic_obj_alloc
-rw-r--r--generic/tclObj.c1
1 files changed, 0 insertions, 1 deletions
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) {