Skip to content

Commit

Permalink
fix sigsegv in rnav
Browse files Browse the repository at this point in the history
(cc: progress in #66)
  • Loading branch information
jlblancoc committed Jul 4, 2017
1 parent 70f718f commit 830d9fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/nav/src/reactive/CAbstractPTGBasedReactive.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ void CAbstractPTGBasedReactive::enableLogFile(bool enable)
THROW_EXCEPTION_FMT("Error opening log file: `%s`",aux);
}
else {
m_logFile.reset(fil.get());
m_logFile.reset(fil.release());
}
}

Expand Down

0 comments on commit 830d9fb

Please sign in to comment.