From 43b2e30c4621e18a21f31bf52f0e7f45c2d571f2 Mon Sep 17 00:00:00 2001 From: Philipp Dreher Date: Sat, 7 Nov 2015 15:18:23 +0100 Subject: [PATCH] added initial cleanup --- src/laws.test.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/laws.test.c b/src/laws.test.c index 4c63aedcf..e829eff27 100644 --- a/src/laws.test.c +++ b/src/laws.test.c @@ -1209,6 +1209,8 @@ static void test_show_without_item(CuTest *tc) item *i; struct locale *loc; + test_cleanup(); + loc = get_or_create_locale("de"); r = test_create_region(0, 0, test_create_terrain("testregion", LAND_REGION));