Tcl Source Code

Artifact [8b6a2bd52f]
Login

Artifact 8b6a2bd52f4a2b8a54667ccf776c936e5341ed9b3114ca165313a6eb819b7c01:

Attachment "PATCH-threadCmd.txt" to ticket [3d768414de] added by sbron 2020-07-14 22:25:44. (unpublished)
--- thread2.8.5/generic/threadCmd.c.ORIG	2019-10-04 18:43:43.000000000 +0200
+++ thread2.8.5/generic/threadCmd.c	2020-07-14 23:52:53.673184609 +0200
@@ -1687,6 +1687,7 @@
     }
 
 cleanup:
+    Tcl_Release(interp);
     Tcl_DecrRefCount(valObj);
     return rc;
 }