Merge pull request #123 from yying/master
Set sinks_ to NULL after deletion in LogDestination::DeleteLogDestinations
This commit is contained in:
commit
bf766fac4f
@ -825,6 +825,7 @@ void LogDestination::DeleteLogDestinations() {
|
||||
}
|
||||
MutexLock l(&sink_mutex_);
|
||||
delete sinks_;
|
||||
sinks_ = NULL;
|
||||
}
|
||||
|
||||
namespace {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user