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:
@@ -26,6 +26,7 @@
|
|||||||
// constructor
|
// constructor
|
||||||
FileSystemInitializer::FileSystemInitializer(const char* name)
|
FileSystemInitializer::FileSystemInitializer(const char* name)
|
||||||
:
|
:
|
||||||
|
Referenceable(false),
|
||||||
fName(name),
|
fName(name),
|
||||||
fFileSystem(NULL)
|
fFileSystem(NULL)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user