From aa5095580608a365d3010f8d1a67bef38a710ab7 Mon Sep 17 00:00:00 2001 From: Ianos Gnatiuc Date: Sun, 16 Oct 2005 21:19:27 +0000 Subject: [PATCH] Fixed debug version compilation --- golded3/genode.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/golded3/genode.cpp b/golded3/genode.cpp index af481c3..8be3671 100644 --- a/golded3/genode.cpp +++ b/golded3/genode.cpp @@ -1160,7 +1160,7 @@ void LookupNodeLocation(GMsg* msg, std::string &location, int what) } while (strbag.Next()); - free(city_upr); + throw_free(city_upr); } item.loc = location = city;