You are viewing a plain text version of this content. The canonical link for it is here.
Posted to rivet-dev@tcl.apache.org by "David N. Welton" <da...@dedasys.com> on 2003/03/27 01:11:40 UTC

Tcl_Alloc

Damon, shouldn't we be freeing the storage allocated with Tcl_Alloc in
rivetCrypt.c and rivetWWW.c?

-- 
David N. Welton
   Consulting: http://www.dedasys.com/
     Personal: http://www.dedasys.com/davidw/
Free Software: http://www.dedasys.com/freesoftware/
   Apache Tcl: http://tcl.apache.org/

---------------------------------------------------------------------
To unsubscribe, e-mail: rivet-dev-unsubscribe@tcl.apache.org
For additional commands, e-mail: rivet-dev-help@tcl.apache.org


Re: Tcl_Alloc

Posted by Damon Courtney <da...@your.unreality.com>.
> Damon, shouldn't we be freeing the storage allocated with Tcl_Alloc in
> rivetCrypt.c and rivetWWW.c?

    Most definitely.  Most of that code was taken straight from NeoTcl,
so things like that probably didn't get fixed.  But, yes.  We should
definitely be freeing it.

D


---------------------------------------------------------------------
To unsubscribe, e-mail: rivet-dev-unsubscribe@tcl.apache.org
For additional commands, e-mail: rivet-dev-help@tcl.apache.org