(hopefully) fix mutex lock problem.

log writers were removed on shutdown while frontends still
had pointers to it.

A similar fix will be necessary for the input framework (tomorrow :) )
This commit is contained in:
Bernhard Amann 2013-05-17 14:08:43 -07:00
parent bd02da8a0c
commit 65b56479d2
2 changed files with 2 additions and 14 deletions

View file

@ -149,12 +149,6 @@ public:
*/
bool Flush(EnumVal* id);
/**
* Flushes all buffers that are currently held by writer frontends
* out to the threads. Does not call the thread flush operation.
*/
void FlushBuffers();
/**
* Signals the manager to shutdown at Bro's termination.
*/