[Freeciv-Dev] [bug #15899] free memory allocated by role_unit_precalcs when the ruleset is freed

2010-04-27 Thread pepeto
Update of bug #15899 (project freeciv): Status: Ready For Test = Fixed Open/Closed:Open = Closed ___ Reply to this item at:

[Freeciv-Dev] [bug #15899] free memory allocated by role_unit_precalcs when the ruleset is freed

2010-04-25 Thread pepeto
Update of bug #15899 (project freeciv): Planned Release: = 2.2.1 ___ Reply to this item at: http://gna.org/bugs/?15899 ___ Message posté

[Freeciv-Dev] [bug #15899] free memory allocated by role_unit_precalcs when the ruleset is freed

2010-04-25 Thread pepeto
Follow-up Comment #4, bug #15899 (project freeciv): + some style corrections. (file #9075) ___ Additional Item Attachment: File name: trunk_S2_2_role_unit_precalcs_free.diff Size:2 KB

[Freeciv-Dev] [bug #15899] free memory allocated by role_unit_precalcs when the ruleset is freed

2010-04-22 Thread pepeto
Update of bug #15899 (project freeciv): Status:None = Ready For Test Assigned to:None = pepeto ___ Reply to this item at:

[Freeciv-Dev] [bug #15899] free memory allocated by role_unit_precalcs when the ruleset is freed

2010-04-20 Thread pepeto
Update of bug #15899 (project freeciv): Status:None = Ready For Test Assigned to:None = pepeto Release: = 2.2.1, 2.3.0

[Freeciv-Dev] [bug #15899] free memory allocated by role_unit_precalcs when the ruleset is freed

2010-04-17 Thread anonymous
URL: http://gna.org/bugs/?15899 Summary: free memory allocated by role_unit_precalcs when the ruleset is freed Project: Freeciv Submitted by: None Submitted on: Saturday 04/17/2010 at 22:35 CEST Category: general

[Freeciv-Dev] [bug #15899] free memory allocated by role_unit_precalcs when the ruleset is freed

2010-04-17 Thread pepeto
Follow-up Comment #1, bug #15899 (project freeciv): Additionally, this should also set the number of roles to 0. It is a good patch for S2_2. For trunk, I hope a solution like patch #1446 will be done one day. ___ Reply to this item at:

[Freeciv-Dev] [bug #15899] free memory allocated by role_unit_precalcs when the ruleset is freed

2010-04-17 Thread anonymous
Follow-up Comment #2, bug #15899 (project freeciv): This version of the patch improves on the previous one. This time the n_with_role array is zeroed out in role_unit_precalcs_free. This is the last in a series of 3 memory management patches I have submitted, and as far as I know once this

[Freeciv-Dev] [bug #15899] free memory allocated by role_unit_precalcs when the ruleset is freed

2010-04-17 Thread pepeto
Follow-up Comment #3, bug #15899 (project freeciv): I read about patch 1446, which seems to be about serializing ruleset data. I want this patch (or some other patch which fixes the problem) to make it into trunk, but I'm having trouble understanding what 1446 has to do with this issue. The