1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-06-27 16:36:03 +00:00

fix various memory leaks

This commit is contained in:
sapier 2013-04-07 22:27:27 +02:00 committed by kwolekr
parent 58fd39de35
commit 04c3b17c78
3 changed files with 7 additions and 1 deletions

View file

@ -1781,5 +1781,7 @@ void run_tests()
errorstream<<"run_tests() aborting."<<std::endl;
abort();
}
delete idef;
delete ndef;
}