Re: [Freeciv-Dev] (PR#40208) New orders to AI settler on citybuild mission crashes game

2008-04-21 Thread Marko Lindqvist
http://bugs.freeciv.org/Ticket/Display.html?id=40208 > On 21/04/2008, Marko Lindqvist wrote: > > Goto tile will be set to NULL, but ai_unit_new_role() later attempts > to access it in order to cancel city build mission. Attached patch fixes all similar crashes and some related non-crash iss

[Freeciv-Dev] (PR#40209) A minor memory leak

2008-04-21 Thread Elmo Todurov
http://bugs.freeciv.org/Ticket/Display.html?id=40209 > Now I want a cookie! $ svn diff Index: server/sernet.c === --- server/sernet.c (revision 14605) +++ server/sernet.c (working copy) @@ -185,6 +185,7 @@ line_internal =

Re: [Freeciv-Dev] (PR#40208) New orders to AI settler on citybuild mission crashes game

2008-04-21 Thread Marko Lindqvist
http://bugs.freeciv.org/Ticket/Display.html?id=40208 > On 21/04/2008, Marko Lindqvist wrote: > > On 21/04/2008, Marko Lindqvist wrote: > > > > Goto tile will be set to NULL, but ai_unit_new_role() later attempts > > to access it in order to cancel city build mission. > > Attached patch

Re: [Freeciv-Dev] (PR#40209) A minor memory leak

2008-04-21 Thread Marko Lindqvist
http://bugs.freeciv.org/Ticket/Display.html?id=40209 > On 21/04/2008, Elmo Todurov wrote: > > Now I want a cookie! > $ svn diff > Index: server/sernet.c > === > --- server/sernet.c (revision 14605) > +++ server/sernet.c

Re: [Freeciv-Dev] (PR#40209) A minor memory leak

2008-04-21 Thread Elmo Todurov
http://bugs.freeciv.org/Ticket/Display.html?id=40209 > This patch is done in 2.1 branch. Apparently trunk has the same problem (source hints so, haven't tested in Valgrind). Haven't checked any other branches. ___ Freeciv-dev mailing list Freeciv-dev

Re: [Freeciv-Dev] (PR#40209) A minor memory leak

2008-04-21 Thread Jason Dorje Short
http://bugs.freeciv.org/Ticket/Display.html?id=40209 > Marko Lindqvist wrote: > http://bugs.freeciv.org/Ticket/Display.html?id=40209 > > > On 21/04/2008, Elmo Todurov wrote: >> Now I want a cookie! >> $ svn diff >> Index: server/sernet.c >> ==

Re: [Freeciv-Dev] (PR#40209) A minor memory leak

2008-04-21 Thread Ulrik Sverdrup
http://bugs.freeciv.org/Ticket/Display.html?id=40209 > 2008/4/21, Marko Lindqvist <[EMAIL PROTECTED]>: > > http://bugs.freeciv.org/Ticket/Display.html?id=40209 > > > > On 21/04/2008, Elmo Todurov wrote: > > > > Now I want a cookie! > > $ svn diff > > Index: server/sernet.c > >