Skip to content

Commit

Permalink
gr4j-cpp: Actually close the file opened.
Browse files Browse the repository at this point in the history
  • Loading branch information
impulsivus committed Apr 30, 2022
1 parent 12180f4 commit 999905f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions FileReader.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,6 @@ std::vector<long double> FileReader::readFile()
{
data.emplace_back(q);
}
closeFile(file);
return data;
}

0 comments on commit 999905f

Please sign in to comment.