summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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) {