Memory leak when use Tcl_Eval functions in C programming
- From: fangvv <fangvv@xxxxxxxxx>
- Date: Sun, 28 Sep 2008 20:03:57 -0700 (PDT)
Hello, everyone!
In my C program, I use the tcl scripting for calculation. I use
Tcl_Eval and Tcl_EvalFile to execute the calculation and these
functions will return the result through tcl interpreter defined in C
code. However, since the tcl calculation is so much, I found in the
windows task manager that the program keeps on consumming the memory,
when every time it eval the tcl command or tcl script through Tcl_Eval
or Tcl_EvalFile.
How could I do? Thanks a lot!
.
- Follow-Ups:
- Re: Memory leak when use Tcl_Eval functions in C programming
- From: Artur
- Re: Memory leak when use Tcl_Eval functions in C programming
- From: Alexandre Ferrieux
- Re: Memory leak when use Tcl_Eval functions in C programming
- Prev by Date: System command to resize images on Unix and Windows?
- Next by Date: Re: Memory leak when use Tcl_Eval functions in C programming
- Previous by thread: System command to resize images on Unix and Windows?
- Next by thread: Re: Memory leak when use Tcl_Eval functions in C programming
- Index(es):
Relevant Pages
|