Author: cazfi
Date: Sat May 13 14:00:50 2017
New Revision: 35548

URL: http://svn.gna.org/viewcvs/freeciv?rev=35548&view=rev
Log:
Tex: Free city when it's destroyed from the world.

See hrm Bug #659528

Modified:
    trunk/ai/tex/texaiworld.c

Modified: trunk/ai/tex/texaiworld.c
URL: 
http://svn.gna.org/viewcvs/freeciv/trunk/ai/tex/texaiworld.c?rev=35548&r1=35547&r2=35548&view=diff
==============================================================================
--- trunk/ai/tex/texaiworld.c   (original)
+++ trunk/ai/tex/texaiworld.c   Sat May 13 14:00:50 2017
@@ -168,4 +168,5 @@
   struct city *pcity = idex_lookup_city(&texai_world, info->id);
 
   idex_unregister_city(&texai_world, pcity);
+  destroy_city_virtual(pcity);
 }


_______________________________________________
Freeciv-commits mailing list
Freeciv-commits@gna.org
https://mail.gna.org/listinfo/freeciv-commits

Reply via email to