Comment 8 for bug 351393

Revision history for this message
Big Muscle (bigmuscle) wrote :

So it seems that using common pointer to parent object (instead of intrusive pointer) solves the problem.

ShareManager::Directory and ShareManager::Directory::File >>> GETSET(Directory*, parent, Parent);
their constructors: parent(aParent.get())