[Xotcl] Memory trash in 0.9.3 and 0.9.4

Gustaf Neumann neumann at wu-wien.ac.at
Mon Mar 4 13:36:43 CET 2002


On Monday 04 March 2002 12:15, you wrote:
> In file xotcl.c:
>
> static int
> XOTclCNewMethod(ClientData cd, Tcl_Interp* in, int objc, Tcl_Obj *objv[]) {
>   DEFINE_NEW_TCL_OBJECTS_ON_STACK(objc+1, ov);
...
>
>   /*                              ^^^^^^  */
>
> Should read:
>
>   DEFINE_NEW_TCL_OBJECTS_ON_STACK(objc+2, ov);

 zoran, thank you. this bug is confirmed and fixed.
-gustaf



More information about the Xotcl mailing list