Each leaked object line now reports its refcount: `- ClassName (rc=N)`. This distinguishes the two leak modes at a glance: rc=1 reference created but never released (dangling owner) rc>1 over-retain — an AddRef without a matching Release (double-AddRef) Reads the refcount from the class header at UserPtr - CLASS_HDR. Adds a WriteSignedInt helper since immortal objects report rc=-1. |
||
|---|---|---|
| .. | ||
| src | ||
| Makefile | ||
| project.xml | ||