Tcl Source Code

Check-in [a4de334c5f]
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:Fix [28027d8bb7745fb0], memory leaks in tclUnload.c,
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | pyk-tclUnload
Files: files | file ages | folders
SHA3-256: a4de334c5f297a92df6ba87d2a9bfe8152bd788ba666e5fff88af5121360ad73
User & Date: pooryorick 2021-05-15 21:56:03.418
References
2021-05-15
22:30 Ticket [28027d8bb7] Per-interp Loaded library structures not cleaned up on inter... artifact: 2b81c100ce user: pooryorick
Context
2021-05-16
10:03
Eliminate compiler warnings about unused parameters. check-in: 6d54619184 user: pooryorick tags: pyk-tclUnload
2021-05-15
21:56
Fix [28027d8bb7745fb0], memory leaks in tclUnload.c, check-in: a4de334c5f user: pooryorick tags: pyk-tclUnload
18:42
When deleting an interp, delete associated data after running the corresponding Tcl_InterpDeleteProc... check-in: 47892c9578 user: pooryorick tags: pyk-tclUnload
Changes
Unified Diff Side-by-Side Diff Patch
Changes to generic/tclLoad.c.
Changes to tests/pkgMkIndex.test.
Changes to unix/dltest/pkgua.c.