<div dir="ltr">Anyone taken a look at PROJ since Sept?  I've tried a little bit to get it working for me, but I get memory leaks.<div class="gmail_signature"></div>
<div><br></div><div>Took a bit of a look here: <a href="https://kbevers.github.io/development/migration.html">https://kbevers.github.io/development/migration.html</a></div><div><br></div><div>My feeble attempt is here:  <a href="https://gist.github.com/schwehr/94f4501206363cf83362a2eac2898f7b">https://gist.github.com/schwehr/94f4501206363cf83362a2eac2898f7b</a></div><div><br></div><div>I was building staticly on debian testing and the leak sanitizer was very unhappy with </div><div><br></div><div><a href="https://github.com/schwehr/gdal-autotest2/blob/master/cpp/ogr/ogr_srs_proj4_test.cc">https://github.com/schwehr/gdal-autotest2/blob/master/cpp/ogr/ogr_srs_proj4_test.cc</a><br></div><div><br></div><div><div>Direct leak of 648 byte(s) in 1 object(s) allocated from:</div><div>    #0 0x55cc91c17533 in malloc third_party/llvm/llvm/projects/compiler-rt/lib/asan/asan_malloc_linux.cc:88:3</div><div>    #1 0x7fe2ea999ac1 in pj_malloc third_party/proj4/proj/src/pj_malloc.c:78:17</div><div>    #2 0x7fe2ea999b35 in pj_calloc third_party/proj4/proj/src/pj_malloc.c:93:17</div><div>    #3 0x7fe2ea9a4c3d in pj_utm third_party/proj4/proj/src/proj_etmerc.c:395:5</div><div>    #4 0x7fe2ea993bb3 in pj_init_ctx third_party/proj4/proj/src/pj_init.c:521:11</div><div>    #5 0x7fe2ea993382 in pj_init_plus_ctx third_party/proj4/proj/src/pj_init.c:412:14</div><div>    #6 0x7fe2ec7b7a26 in OCTProj4NormalizeInternal(char const*) third_party/gdal/ogr/ogrct.cpp:328:22</div><div>    #7 0x7fe2ec7b7824 in OCTProj4Normalize third_party/gdal/ogr/ogrct.cpp:357:16</div><div>    #8 0x7fe2ec793a5e in OGRSpatialReference::importFromProj4(char const*) third_party/gdal/ogr/ogr_srs_proj4.cpp:512:27</div></div><div><br></div><div>followed by a pile of indirect leaks with pretty much the same call stack</div></div>