From 4562b6d22c9ebabdc76c4bb5810cd0875fea6a8d Mon Sep 17 00:00:00 2001 From: "jan.nijtmans" Date: Tue, 15 Jul 2025 10:14:35 +0000 Subject: Minor review comment (since 8.6 still uses ckfree) --- generic/tclUtil.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/generic/tclUtil.c b/generic/tclUtil.c index 442098c..623e280 100644 --- a/generic/tclUtil.c +++ b/generic/tclUtil.c @@ -835,7 +835,7 @@ TclCopyAndCollapse( * with the number of valid elements in the array. A single block of * memory is dynamically allocated to hold both the argv array and a copy * of the list (with backslashes and braces removed in the standard way). - * The caller must eventually free this memory by calling Tcl_Free() on + * The caller must eventually free this memory by calling ckfree() on * *argvPtr. Note: *argvPtr and *argcPtr are only modified if the * function returns normally. * -- cgit v0.12