Tcl Source Code

Check-in [2fe4eced63]
Login

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

Overview
Comment:Backout recent patch working on Object and Namespace refcounts. It creates new leaks and memory corruption according to valgrind, and the preceding checkin did not. Keep developing on the memleak branch and it can merge again when valgrind and memleak tests both like it.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | core-8-6-branch
Files: files | file ages | folders
SHA3-256: 2fe4eced63958323b9c9b6862f1e5f3c7606e58265be49d06a69048736f36e39
User & Date: dgp 2018-03-14 04:26:41.532
References
2018-03-14
15:38 • New ticket [0d3963254c] leaktest failure. artifact: 8c5ec576e4 user: dgp
Context
2018-03-14
17:19
merge 8.5 check-in: d1142036a0 user: sebres tags: core-8-6-branch
05:41
merge mark check-in: 97dd207476 user: dgp tags: core-8-branch
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
00:53
merge 8.5 check-in: 4fd30be85b user: dgp tags: core-8-6-branch
2018-03-13
20:41
Audit and correct Object reference counting issues. check-in: 821793c082 user: pooryorick 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.