Memory leak compile error

From Valve Developer Community
Revision as of 08:21, 12 July 2024 by Nesciuse (talk | contribs) (Nesciuse moved page Memory leak compile error/en to Memory leak compile error without leaving a redirect: Move en subpage to basepage)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
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