Memory leak compile error: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
m (fixed link)
mNo edit summary
Line 1: Line 1:
[[Category:Source_SDK_FAQ]]
[[Category:Source_SDK_FAQ]]
The error message "<code>"Memory leak: mempool blocks left in memory: ''<number>''</code>" is harmless -- you can safely ignore it. Note that this has nothing to do with [[Leaks Explained|level leaks]].
The error message "<code>"Memory leak: mempool blocks left in memory: ''<number>''</code>" is harmless -- you can safely ignore it.
 
Note that this has nothing to do with [[Leaks Explained|level leaks]].

Revision as of 14:02, 17 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.