Merge topic 'cmake-server-teardown-file-monitor'

1b43f9d1 cmake-server: Stop the file monitor on client disconnect
This commit is contained in:
Brad King 2016-10-03 09:01:51 -04:00 committed by CMake Topic Stage
commit bed8d6b887
1 changed files with 1 additions and 0 deletions

View File

@ -164,6 +164,7 @@ void cmServerConnection::ReadData(const std::string& data)
void cmServerConnection::HandleEof()
{
this->FileMonitor()->StopMonitoring();
this->TearDown();
}