Re: [Freeciv-Dev] (PR#38392) Memory leak in loading city style sprites

2007-08-01 Thread Marko Lindqvist
URL: http://bugs.freeciv.org/Ticket/Display.html?id=38392 On 18/03/07, Marko Lindqvist [EMAIL PROTECTED] wrote: This patch frees old city style sprites before loading new ones (or more typically: loading same ones again) - Updated against svn - ML diff -Nurd -X.diff_ignore

Re: [Freeciv-Dev] (PR#38392) Memory leak in loading city style sprites

2007-03-18 Thread Marko Lindqvist
URL: http://bugs.freeciv.org/Ticket/Display.html?id=38392 On 3/18/07, Marko Lindqvist [EMAIL PROTECTED] wrote: When ever client connects to new server and gets rulesets (city styles), tileset_setup_city_tiles() loads city sprites. They are not freed when connection to old server is cut.