Opened 15 years ago

Closed 15 years ago

#2861 closed defect (fixed)

PHP/Mapscript map->setProjection() and map->setWKTProjection() memory leaks

Reported by: aboudreault Owned by: aboudreault
Priority: normal Milestone: 5.2.2 release
Component: MapScript-PHP Version: unspecified
Severity: normal Keywords:
Cc: dmorissette

Description

These two methods produce memory leaks:

==21917== LEAK SUMMARY:
==21917==    definitely lost: 1,028 bytes in 9 blocks.
==21917==    indirectly lost: 1,843 bytes in 44 blocks.
==21917==      possibly lost: 0 bytes in 0 blocks.
==21917==    still reachable: 232 bytes in 2 blocks.
==21917==         suppressed: 0 bytes in 0 blocks.
==21917== Reachable blocks (those to which a pointer was found) are not shown.
==21917== To see them, rerun with: --leak-check=full --show-reachable=yes

Change History (1)

comment:1 by aboudreault, 15 years ago

Resolution: fixed
Status: newclosed

Fixed and committed in SVN trunk in r8447.

Note: See TracTickets for help on using tickets.