Opened 18 years ago

Last modified 15 years ago

#89 closed defect (fixed)

Possible memory leaks caused by Point constructor

Reported by: mloskot Owned by: strk@…
Priority: major Milestone:
Component: Core Version: main
Severity: Significant Keywords: imported, phpbugtracker
Cc:

Description (last modified by mloskot)

Recently, I reported very similar bug: Bug #86 - Possible memory leaks caused by LineString constructor.

This one is related to Point class but the bug is the same. Point object construction is not exception-safe. So, I'd refer you for details to the Bug #86 details.

http://postgis.refractions.net/bugs/bug.php?op=show&bugid=86&pos=3

Change History (3)

comment:1 by strk@…, 18 years ago

Resolution: nonefixed
This should be fixed in head, where coordinates element is kept by auto_ptr

comment:2 by mloskot, 16 years ago

Description: modified (diff)
Milestone: imported3.0.0
Priority: 3major
Reporter: changed from mateusz@… to mloskot
Version: 3.0.0svn-trunk

comment:3 by (none), 15 years ago

Milestone: 3.0.0

Milestone 3.0.0 deleted

Note: See TracTickets for help on using tickets.