summaryrefslogtreecommitdiffstats
path: root/generic/tkTextWind.c
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2005-11-10 11:38:29 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2005-11-10 11:38:29 (GMT)
commitedc304c9592d5d5d530ad08c033006e7ce1c38f1 (patch)
tree517a8bbdaa7cc28359b34c040456cec897ee44cd /generic/tkTextWind.c
parent1acbd7884a685ddd69efcf085700c36f2192bc95 (diff)
downloadtk-edc304c9592d5d5d530ad08c033006e7ce1c38f1.zip
tk-edc304c9592d5d5d530ad08c033006e7ce1c38f1.tar.gz
tk-edc304c9592d5d5d530ad08c033006e7ce1c38f1.tar.bz2
Fixes of other issues raised in [Bug 1353022]
Diffstat (limited to 'generic/tkTextWind.c')
-rw-r--r--generic/tkTextWind.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/generic/tkTextWind.c b/generic/tkTextWind.c
index 07c4a26..73ea3a8 100644
--- a/generic/tkTextWind.c
+++ b/generic/tkTextWind.c
@@ -11,7 +11,7 @@
* See the file "license.terms" for information on usage and redistribution
* of this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * RCS: @(#) $Id: tkTextWind.c,v 1.15 2005/10/10 10:36:35 vincentdarley Exp $
+ * RCS: @(#) $Id: tkTextWind.c,v 1.16 2005/11/10 11:38:29 dkf Exp $
*/
#include "tk.h"
@@ -926,6 +926,7 @@ EmbWinLayoutProc(textPtr, indexPtr, ewPtr, offset, maxX, maxChars,
Tcl_ResetResult(textPtr->interp);
ewPtr->body.ew.tkwin = Tk_NameToWindow(textPtr->interp,
Tcl_DStringValue(&name), textPtr->tkwin);
+ Tcl_DStringFree(&name);
if (ewPtr->body.ew.tkwin == NULL) {
goto createError;
}