[GRASS-dev] Re: [GRASS GIS] #736: r.proj fails in wingrass
GRASS GIS
trac at osgeo.org
Wed Aug 26 04:44:40 EDT 2009
#736: r.proj fails in wingrass
------------------------------+---------------------------------------------
Reporter: cnielsen | Owner: grass-dev at lists.osgeo.org
Type: defect | Status: new
Priority: normal | Milestone: 6.4.0
Component: Raster | Version: unspecified
Resolution: | Keywords: r.proj, wingrass
Platform: MSWindows Vista | Cpu: x86-32
------------------------------+---------------------------------------------
Comment (by jef):
Replying to [ticket:736 cnielsen]:
> By adding a couple debug lines I found out it is crashing on
[http://trac.osgeo.org/grass/browser/grass/branches/releasebranch_6_4/raster/r.proj.seg/main.c#L280
line 280]
{{{
> pj_print_proj_params(&iproj, &oproj);
}}}
[http://trac.osgeo.org/grass/browser/grass/branches/releasebranch_6_4/lib/proj/get_proj.c#L396
pj_print_proj_params()] uses G_free() to free a string returned from PROJ,
where it should use pj_free().
--
Ticket URL: <http://trac.osgeo.org/grass/ticket/736#comment:3>
GRASS GIS <http://grass.osgeo.org>
More information about the grass-dev
mailing list