mirror of
https://review.haiku-os.org/haiku
synced 2025-02-01 03:06:08 +01:00
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:
parent
0f90efc3bf
commit
f94ca8783a
@ -26,6 +26,7 @@
|
||||
// constructor
|
||||
FileSystemInitializer::FileSystemInitializer(const char* name)
|
||||
:
|
||||
Referenceable(false),
|
||||
fName(name),
|
||||
fFileSystem(NULL)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user