diff --git a/src/battle.c b/src/battle.c index 045a6f369..c7ccf2ae8 100644 --- a/src/battle.c +++ b/src/battle.c @@ -4246,7 +4246,6 @@ void do_battle(region * r) message_all(b, m); msg_release(m); free_battle(b); - free(b); return; } join_allies(b); @@ -4293,7 +4292,6 @@ void do_battle(region * r) if (b) { free_battle(b); - free(b); } } diff --git a/src/buildno.h b/src/buildno.h index ddec7caa5..8fe64740a 100644 --- a/src/buildno.h +++ b/src/buildno.h @@ -1,3 +1,3 @@ #define VERSION_MAJOR 3 #define VERSION_MINOR 4 -#define VERSION_BUILD 691 +#define VERSION_BUILD 694