File not being closed.
[supertux.git] / lib / app / setup.cpp
index ca667bb..a0b4b90 100644 (file)
@@ -90,6 +90,7 @@ int FileSystem::fwriteable(const std::string& filename)
     {
       return false;
     }
+  fclose(fi);
   return true;
 }