Corrected corner case memory leak. Instances of ManagedType<> created using the default constructor would create a reference counter by default, with a value of 0. However, if destructor or copy-assigned in this state, this reference count would not be destroyed, resulting in a 4 byte leak on the heap for each occurence.master
parent
78ad8a1646
commit
a61bd49620
Loading…
Reference in new issue