Skip to content

Commit

Permalink
Close and supress cache file.
Browse files Browse the repository at this point in the history
Signed-off-by: FILLAU Jean-Maxime <[email protected]>
  • Loading branch information
FILLAU Jean-Maxime committed Nov 7, 2016
1 parent 5ef6823 commit b6e38d2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/extractor/extractor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -256,6 +256,8 @@ int Extractor::run(ScriptingEnvironment &scripting_environment)
TIMER_STOP(extracting);
util::SimpleLogger().Write() << "extraction finished after " << TIMER_SEC(extracting)
<< "s";
close(fd);
remove("nodes.cache");
}

{
Expand Down

0 comments on commit b6e38d2

Please sign in to comment.