Memory leak compile error: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
m (Pee moved page Memory leak compile error to Memory leak compile error/en) |
(No difference)
|
Revision as of 10:31, 6 August 2023
The error message ""Memory leak: mempool blocks left in memory: <number>
" is harmless -- you can safely ignore it.
Note that this has nothing to do with level leaks. The error originates from the CMemoryPool utility class. It's also important to note that after the message is printed, the memory pool is cleared.