Memory leak compile error: Difference between revisions
Jump to navigation
Jump to search
m (Pee moved page Memory leak compile error to Memory leak compile error/en) |
Thunder4ik (talk | contribs) m (→See also: Unicodifying, replaced: See Also → See also) |
||
Line 3: | Line 3: | ||
Note that this has nothing to do with [[Leaks Explained|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. | Note that this has nothing to do with [[Leaks Explained|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. | ||
==See | ==See also== | ||
* [[Memory Leak Fixes]] | * [[Memory Leak Fixes]] |
Revision as of 11:14, 8 January 2024
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.