Browse Source

Close f_in on error in Lexicon_It.

master
Reece H. Dunn 9 years ago
parent
commit
01dc335708
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      src/extras.cpp

+ 1
- 0
src/extras.cpp View File

@@ -369,6 +369,7 @@ void Lexicon_It(int pass)
{
str = wxString(buf, wxConvLocal);
wxLogError(_T("Can't write file: ") + str);
fclose(f_in);
return;
}


Loading…
Cancel
Save