Ticket #468 (closed defect: fixed)
crash in GPJ_grass_to_wkt() on windows
| Reported by: | jef | Owned by: | grass-dev@… |
|---|---|---|---|
| Priority: | major | Milestone: | 6.4.0 |
| Component: | Default | Version: | unspecified |
| Keywords: | Cc: | ||
| Platform: | MSWindows XP | CPU: | Unspecified |
Description
QGIS crashes when calling GPJ_grass_to_wkt(), when the MinGW built libraries are called from MSVC build QGIS. This is caused to using G_free() on a string alloced in proj.4 with pj_malloc(). The attached patch free the string with pj_dalloc()
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

