diff options
Diffstat (limited to 'unix/tkUnixKey.c')
-rw-r--r-- | unix/tkUnixKey.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/unix/tkUnixKey.c b/unix/tkUnixKey.c index dcdc85f..d8aa5ab 100644 --- a/unix/tkUnixKey.c +++ b/unix/tkUnixKey.c @@ -243,6 +243,7 @@ TkpGetString( * from having to reenter the XIM engine. [Bug 1373712] */ +done: kePtr->charValuePtr = ckalloc(len + 1); kePtr->charValueLen = len; memcpy(kePtr->charValuePtr, Tcl_DStringValue(dsPtr), (unsigned) len + 1); |