- fixed some memory leaks: The global symbol table and the argument list for DECORATE called action specials were never freed.
This commit is contained in:
parent
137e624b55
commit
2d0f6339f7
7 changed files with 24 additions and 2 deletions
|
|
@ -1279,7 +1279,7 @@ int WINAPI WinMain (HINSTANCE hInstance, HINSTANCE nothing, LPSTR cmdline, int n
|
|||
_CrtSetDbgFlag (_CrtSetDbgFlag(0) | _CRTDBG_LEAK_CHECK_DF);
|
||||
|
||||
// Use this to break at a specific allocation number.
|
||||
//_crtBreakAlloc = 18800;
|
||||
_crtBreakAlloc = 22884;
|
||||
#endif
|
||||
|
||||
DoMain (hInstance);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue