> "Dan" == Dan Wickstrom <[EMAIL PROTECTED]> writes:
Dan> It appears that the splitList method is only called from
Dan> within the setListFromAny method The setListFromAny method is
Dan> then used in most of the TclList methods. It's not clear to
Dan> me why the TclList obj
Hey all,
I think that I've identified a memory leak, but I'm not sure how to fix
it. A little background:
The first thing I did was enable memory tracing in tcl by compiling it
with TCL_MEM_DEBUG enabled. I then ran a script that I knew was giving
memory leaks and observed the output. Here is