mirror of
https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git
synced 2025-07-14 02:27:40 -04:00
I blame the QA Kitty for letting this one slip through...
This commit is contained in:
@ -141,7 +141,7 @@ void CBaseSpareList::CleanUp (const char typeName[]) {
|
|||||||
#ifdef CLIENT
|
#ifdef CLIENT
|
||||||
{
|
{
|
||||||
char buffer[256];
|
char buffer[256];
|
||||||
StrPrintf(buffer, arrsize(buffer), "Memory leak: %s", typeName);
|
snprintf(buffer, arrsize(buffer), "Memory leak: %s", typeName);
|
||||||
FATAL(buffer);
|
FATAL(buffer);
|
||||||
}
|
}
|
||||||
#else
|
#else
|
||||||
|
Reference in New Issue
Block a user