Memory leak compile error: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
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 Also==
==See also==
* [[Memory Leak Fixes]]
* [[Memory Leak Fixes]]

Revision as of 11:14, 8 January 2024

English (en)Русский (ru)Translate (Translate)

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.

See also