github issue 734: clear equipments after test.

This commit is contained in:
Enno Rehling 2017-10-10 20:59:51 +02:00
parent 1b53128e1a
commit 9527460ca4
1 changed files with 2 additions and 0 deletions

View File

@ -8,6 +8,7 @@
#include <kernel/config.h>
#include <kernel/alliance.h>
#include <kernel/equipment.h>
#include <kernel/plane.h>
#include <kernel/region.h>
#include <kernel/terrain.h>
@ -209,6 +210,7 @@ static void test_reset(void) {
free_config();
default_locale = 0;
calendar_cleanup();
equipment_done();
close_orders();
free_special_directions();
free_locales();