Tcl Source Code

Check-in [821793c082]
Login

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

Overview
Comment:Audit and correct Object reference counting issues.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | memleak
Files: files | file ages | folders
SHA3-256: 821793c0827a21695445fb43f007549ae3ae946fe0a6b5d7ca03f37328125dff
User & Date: pooryorick 2018-03-13 20:41:23.751
Context
2018-03-14
20:43
Further work to improve Object reference accounting in order to plug leaks. check-in: f8a55e34de user: pooryorick tags: memleak
04:26
Backout recent patch working on Object and Namespace refcounts. It creates new leaks and memory corr... check-in: 2fe4eced63 user: dgp tags: core-8-6-branch
2018-03-13
20:46
Audit and correct Object reference counting issues. check-in: ae1f9d5726 user: pooryorick tags: core-8-6-branch
20:41
Audit and correct Object reference counting issues. check-in: 821793c082 user: pooryorick tags: memleak
2018-03-11
21:14
Prevent leaks of the Object structs of oo::object and oo::class. check-in: 722088eb1f user: dgp tags: memleak
Changes
Unified Diff Side-by-Side Diff Patch
Changes to generic/tclOO.c.
Changes to generic/tclOODefineCmds.c.
Changes to tests/oo.test.