diff options
author | Tom <tomut@yahoo.com> | 2020-08-21 11:00:51 -0600 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2020-08-22 10:46:24 +0200 |
commit | 8a75e0b892ab8e1c4765ac4e2f7289b258f1bf5a (patch) | |
tree | cc69a6a1f51d885ae63c1d32a878bcd5416b6274 /Kernel/FileSystem/FIFO.cpp | |
parent | f0906250a181c831508a45434b9f645ff98f33e4 (diff) | |
download | serenity-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