Browse Source

Free f_in in VowelChartList on exit.

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

+ 1
- 0
src/vowelchart.cpp View File

@@ -329,6 +329,7 @@ static int VowelChartList(wxDC *dc, wxBitmap *bitmap, char *fname)

filename.SetExt(_T("png"));
bitmap->SaveFile(filename.GetFullPath(),wxBITMAP_TYPE_PNG);
fclose(f_in);
return(count);
}


Loading…
Cancel
Save