The external lock in baseObject may create circular references

Issue #56 resolved
Paolo Brandoli repo owner created an issue

The pointer m_externalLock may cause circular references that prevent the deallocation of objects.

Since the external lock is used by children objects to reference the parent one, it almost certainly causes memory leaks most of the times

Comments (4)

  1. Log in to comment