kashif / node-geos

GEOS (Geometry Engine) bindings for Node.js
MIT License
57 stars 21 forks source link

Expose GeometryFactory::destroyGeometry() #27

Closed chen-factual closed 11 years ago

chen-factual commented 11 years ago

Geometry objects apparently never get freed, so I've added the GeometryFactory::destroyGeometry() function to be exposed for use in Node. Let me know if you guys take any issue with naming convention, implementation details, etc. Thanks!

kashif commented 11 years ago

thanks!