Ticket #198 (closed defect: fixed)
Missing named destructor for PreparedGeometry
| Reported by: | mloskot | Owned by: | mloskot |
|---|---|---|---|
| Priority: | critical | Milestone: | 3.1.0 |
| Component: | Core | Version: | svn-trunk |
| Severity: | Significant | Keywords: | PreparedGeometry destructor |
| Cc: |
Description
In the wake of today thread on the mailing list: How to destroy PreparedGeometry object?, I'm reporting the lack of named destructor for PreparedGeometry as a bug.
I'm going to implement it as new static method:
static void PreparedGeometryFactory::destroy(const PreparedGeometry* geom)
{
delete geom;
}
Change History
Note: See
TracTickets for help on using
tickets.
