Ticket #15 (closed defect: fixed)
Double free causes segfault
| Reported by: | pramsey | Owned by: | pramsey |
|---|---|---|---|
| Priority: | high | Milestone: | PostGIS 1.3.6 |
| Component: | postgis | Version: | 1.3.X |
| Keywords: | Cc: |
Description
Cliff Wright writes:
I did not isolate the exact comparison, however the core dump did indicate which line and file caused the problem. looking at the code I see a memory free was called apparently pointing at the wrong object. The same free is used a couple of lines later pointing at the correct object. The patch attached shows the fix I used. I was using version 1.3.1, however see the same bug in subversion.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

