Syntax error fix

This commit is contained in:
Latif Khalifa
2013-10-31 03:31:12 +01:00
parent fcfffbb322
commit 78843493cc

View File

@@ -171,6 +171,7 @@ static bool clear_CrashLoggerReserve_callback(void* context, EXCEPTION_POINTERS*
}
#else
static bool clear_CrashLoggerReserve_callback(void* context)
{
free(sCrashLoggerReserve);
return true;
}