summaryrefslogtreecommitdiff
path: root/Kernel/FileSystem/FIFO.cpp
diff options
context:
space:
mode:
authorTom <tomut@yahoo.com>2020-08-21 11:00:51 -0600
committerAndreas Kling <kling@serenityos.org>2020-08-22 10:46:24 +0200
commit8a75e0b892ab8e1c4765ac4e2f7289b258f1bf5a (patch)
treecc69a6a1f51d885ae63c1d32a878bcd5416b6274 /Kernel/FileSystem/FIFO.cpp
parentf0906250a181c831508a45434b9f645ff98f33e4 (diff)
downloadserenity-8a75e0b892ab8e1c4765ac4e2f7289b258f1bf5a.zip
Kernel: Fix regression where MemoryManager is initialized twice
MemoryManager cannot use the Singleton class because MemoryManager::initialize is called before the global constructors are run. That caused the Singleton to be re-initialized, causing it to create another MemoryManager instance.
Diffstat (limited to 'Kernel/FileSystem/FIFO.cpp')
0 files changed, 0 insertions, 0 deletions