leechristensen / tcltcc

Automatically exported from code.google.com/p/tcltcc
0 stars 0 forks source link

tcc_lib_path string is leaking #1

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
The Tcl_Obj containing the string stored in s->tcc_lib_path is leaking on 
command deletion. Should store the Tcl_Obj * instead so the refcount can 
be decreased in  TccCCommandDeleteProc.

Original issue reported on code.google.com by mpc.jans...@gmail.com on 9 Oct 2007 at 11:09

GoogleCodeExporter commented 8 years ago
Fixed in release 4

Original comment by mpc.jans...@gmail.com on 10 Oct 2007 at 9:20