BioMedIA / MIRTK

The Medical Image Registration ToolKit (MIRTK), the successor of the IRTK, contains common CMake build configuration files, core libraries, and basic command-line tools. Extension packages are hosted by the MIRTK GitHub group at
https://github.com/MIRTK
Apache License 2.0
182 stars 71 forks source link

Missing fclose #290

Closed maddin200 closed 8 years ago

maddin200 commented 8 years ago

Modules\IO\src\gifti\gifti_xml.cc line 293: missing fclose(fp);

schuhschuh commented 8 years ago

Thanks for spotting this.