1
0
mirror of https://github.com/anope/anope.git synced 2026-06-30 19:46:39 +02:00

Closed a forgotten file pointer in os_info that would make Windows backups of os_info.db fail

git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/stable@2893 5417fbe8-f217-4b02-8779-1006273d7864
This commit is contained in:
Adam-
2010-04-15 04:32:11 +00:00
parent 94f465832f
commit 6ba8f8b264
3 changed files with 4 additions and 3 deletions
+1
View File
@@ -399,6 +399,7 @@ int mLoadData(void)
free(type);
}
}
fclose(in);
}
return ret;
}