Memory leak compile error: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
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 Also== | |||
* [[Memory leak fixes]] |
Revision as of 18:51, 25 January 2006
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.