[osg-submissions] ESRI shapefile parser fix

sherman wilcox wilcox.sherman at gmail.com
Wed Nov 21 15:36:28 PST 2007


In ESRIShapeParser.cpp, wasn't closing the file handle. Added:

    if(fd)
    {
      close(fd);
      fd = 0;
    }


to the constructor.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: ESRIShapeParser.zip
Type: application/zip
Size: 2679 bytes
Desc: not available
Url : http://lists.openscenegraph.org/pipermail/osg-submissions-openscenegraph.org/attachments/20071121/e899dbfc/attachment.zip 


More information about the osg-submissions mailing list