summaryrefslogtreecommitdiffstats
path: root/generic/tkTest.c
diff options
context:
space:
mode:
Diffstat (limited to 'generic/tkTest.c')
-rw-r--r--generic/tkTest.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/generic/tkTest.c b/generic/tkTest.c
index 03431c9..a951a57 100644
--- a/generic/tkTest.c
+++ b/generic/tkTest.c
@@ -803,6 +803,7 @@ TestobjconfigObjCmd(
}
if (tables[index] != NULL) {
Tk_DeleteOptionTable(tables[index]);
+ tables[index] = NULL;
}
break;