Ticket #2032 (closed enhancement: fixed)

Opened 3 years ago

Last modified 2 years ago

[TRACKER] RFC 24: memory management for SWIG mapscript

Reported by: unicoletti Assigned to: unicoletti
Priority: high Milestone: 5.0 release
Component: MapScript-SWIG Version: 4.10
Severity: minor Keywords:
Cc:

Description (Last modified by hobu)

Tracker bug for rfc 24:

mapserver.gis.umn.edu/development/rfc/ms-rfc-24/

Attachments

rfc-24-layers-final.patch (132.2 kB) - added by unicoletti on 02/20/07 05:57:00.
Convert map->layers into an array of pointers (item 3.3 of rfc 24)
rfc-24-layers-dyn-final.patch (133.1 kB) - added by unicoletti on 02/22/07 03:30:26.
Convert map->layers into an array of pointers with dynamic allocation (item 3.3 of rfc 24)
rfc-24-layer-map-parentchk.patch (11.6 kB) - added by unicoletti on 02/25/07 08:47:26.
Add not-null checks to functions where layer->map was used without checking
rfc24-mapandlayers-demo.patch (152.9 kB) - added by unicoletti on 03/04/07 10:36:49.
Example implementation of rfc24 limited to the map and layer objects
rfc24-mapandlayers-demo-initLayer.patch (0.7 kB) - added by unicoletti on 03/08/07 06:06:51.
Resolve a problem when a layer is created with a not-null map
rfc24-demo2.patch (112.7 kB) - added by unicoletti on 03/13/07 12:37:31.
Dynamic class array (only for C) and fixed memleaks
rfc24-USE_MAPSCRIPT.patch (18.4 kB) - added by unicoletti on 05/23/07 08:20:05.
USE_MAPSCRIPT implementation

Change History

02/20/07 05:57:00 changed by unicoletti

  • attachment rfc-24-layers-final.patch added.

Convert map->layers into an array of pointers (item 3.3 of rfc 24)

02/22/07 03:30:26 changed by unicoletti

  • attachment rfc-24-layers-dyn-final.patch added.

02/22/07 03:30:26 changed by unicoletti

  • attachments changed.

02/22/07 03:30:26 changed by unicoletti

Convert map->layers into an array of pointers with dynamic allocation (item 3.3 of rfc 24)

02/25/07 08:47:26 changed by unicoletti

  • attachment rfc-24-layer-map-parentchk.patch added.

Add not-null checks to functions where layer->map was used without checking

03/04/07 10:36:49 changed by unicoletti

  • attachment rfc24-mapandlayers-demo.patch added.

Example implementation of rfc24 limited to the map and layer objects

03/08/07 06:06:51 changed by unicoletti

  • attachment rfc24-mapandlayers-demo-initLayer.patch added.

Resolve a problem when a layer is created with a not-null map

03/13/07 12:37:31 changed by unicoletti

  • attachment rfc24-demo2.patch added.

Dynamic class array (only for C) and fixed memleaks

03/13/07 12:37:59 changed by unicoletti

  • attachments changed.

05/23/07 08:20:05 changed by unicoletti

  • attachment rfc24-USE_MAPSCRIPT.patch added.

USE_MAPSCRIPT implementation

08/17/07 02:58:47 changed by hobu

  • description changed.
  • milestone set to 5.0 release.

Putting this on the 5.0 milestone for clarity. Umberto, please close this when you are ready.

08/30/07 10:46:56 changed by hobu

  • status changed from new to closed.
  • resolution set to fixed.

Closing.