Skip to content

Commit

Permalink
Add missing call for the base class' Stop() method
Browse files Browse the repository at this point in the history
refs #11684
  • Loading branch information
gunnarbeutner committed Oct 24, 2016
1 parent 5fdc874 commit d70d779
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/remote/apilistener.cpp
Expand Up @@ -166,6 +166,8 @@ void ApiListener::Start(bool runtimeCreated)

void ApiListener::Stop(bool runtimeDeleted)
{
ObjectImpl<ApiListener>::Stop(runtimeDeleted);

boost::mutex::scoped_lock lock(m_LogLock);
CloseLogFile();
}
Expand Down

0 comments on commit d70d779

Please sign in to comment.