forked from github/server
I'm getting reports of leaks for umlaut.c based structures and configuration?
This is not actually solving those, though. clean up report directory, fix .bat file.
This commit is contained in:
parent
39a284b423
commit
9e901b47b6
|
@ -49,6 +49,8 @@ void game_done(void)
|
||||||
calendar_cleanup();
|
calendar_cleanup();
|
||||||
#endif
|
#endif
|
||||||
free_functions();
|
free_functions();
|
||||||
|
free_config();
|
||||||
|
free_locales();
|
||||||
curses_done();
|
curses_done();
|
||||||
kernel_done();
|
kernel_done();
|
||||||
}
|
}
|
||||||
|
|
|
@ -2,5 +2,6 @@ cd c:\users\enno\documents\eressea\git\tests
|
||||||
|
|
||||||
"C:\Program Files (x86)\Dr. Memory\bin64\drmemory.exe" ..\build-vs14\eressea\Debug\eressea.exe -t184 test-turn.lua
|
"C:\Program Files (x86)\Dr. Memory\bin64\drmemory.exe" ..\build-vs14\eressea\Debug\eressea.exe -t184 test-turn.lua
|
||||||
|
|
||||||
deltree reports
|
del reports
|
||||||
del datum htpasswd parteien parteien.full passwd score turn
|
del datum htpasswd parteien parteien.full passwd score turn
|
||||||
|
pause
|
||||||
|
|
Loading…
Reference in New Issue