#468: crash in GPJ_grass_to_wkt() on windows
-------------------------+--------------------------------------------------
 Reporter:  jef          |       Owner:  grass-dev@lists.osgeo.org
     Type:  defect       |      Status:  new                      
 Priority:  major        |   Milestone:  6.4.0                    
Component:  default      |     Version:  unspecified              
 Keywords:               |    Platform:  MSWindows XP             
      Cpu:  Unspecified  |  
-------------------------+--------------------------------------------------
 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()

-- 
Ticket URL: <http://trac.osgeo.org/grass/ticket/468>
GRASS GIS <http://grass.osgeo.org>
_______________________________________________
grass-dev mailing list
grass-dev@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-dev

Reply via email to