Don't auto-delete FileSystemInitializer objects when unreferenced. They live

in a map and we remove and delete them explicitly.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@29432 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Ingo Weinhold 2009-03-07 22:28:10 +00:00
parent 0f90efc3bf
commit f94ca8783a

View File

@ -26,6 +26,7 @@
// constructor
FileSystemInitializer::FileSystemInitializer(const char* name)
:
Referenceable(false),
fName(name),
fFileSystem(NULL)
{