Opened 11 years ago

Closed 11 years ago

#5078 closed defect (invalid)

how to free p(OGRLinearRing *p = new OGRLinearRing();) properly

Reported by: cjzsmgdal Owned by: warmerdam
Priority: normal Milestone:
Component: default Version: unspecified
Severity: normal Keywords:
Cc:

Description

OGRLinearRing *p = new OGRLinearRing(); that's a runtime error delete p;

I've tried OGRCleanupAll(); but it didn't work. thanks for your help!

Change History (3)

comment:1 by Jukka Rahkonen, 11 years ago

Hi,

It would be better to send a question to the gdal-dev mailing list before creating a new ticket if you are not sure that there is some bug in GDAL.

in reply to:  1 comment:2 by cjzsmgdal, 11 years ago

Replying to jratike80:

Hi,

It would be better to send a question to the gdal-dev mailing list before creating a new ticket if you are not sure that there is some bug in GDAL.

sorry I've made a mistake

comment:3 by Even Rouault, 11 years ago

Resolution: invalid
Status: newclosed
Note: See TracTickets for help on using tickets.