diff options
Diffstat (limited to 'generic/tclCompile.c')
-rw-r--r-- | generic/tclCompile.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/tclCompile.c b/generic/tclCompile.c index 8a7cbf8..7f11e0e 100644 --- a/generic/tclCompile.c +++ b/generic/tclCompile.c @@ -3081,7 +3081,7 @@ TclFixupForwardJump( Tcl_SetHashValue(hPtr, INT2PTR(map[k].cmd)); } - ckfree (map); + ckfree ((char *) map); } return 1; /* the jump was grown */ |