mirror of
https://github.com/mangosfour/server.git
synced 2025-12-25 04:37:02 +00:00
[9175] Remove duplicate fclose call.
At some platform can cause cras at server startup.
This commit is contained in:
parent
f02d897828
commit
9901282592
2 changed files with 1 additions and 2 deletions
|
|
@ -189,7 +189,6 @@ static bool ReadDBCBuildFileText(const std::string& dbc_path, char const* locale
|
|||
fclose(file);
|
||||
|
||||
text = &buf[0];
|
||||
fclose(file);
|
||||
return true;
|
||||
}
|
||||
else
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue