Skip to content

Commit

Permalink
libdeng2|Fixed: Stop LogBuffer autoflush timer in destructor
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed Mar 15, 2013
1 parent de74f9d commit 3553889
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions doomsday/libdeng2/src/core/logbuffer.cpp
Expand Up @@ -90,6 +90,7 @@ DENG2_PIMPL_NOREF(LogBuffer)

~Instance()
{
if(autoFlushTimer) autoFlushTimer->stop();
delete fileLogSink;
}

Expand Down

0 comments on commit 3553889

Please sign in to comment.