mirror of
https://github.com/Icinga/icinga2.git
synced 2025-04-08 17:05:25 +02:00
parent
ec169de5c4
commit
1f5555e1d6
@ -47,7 +47,7 @@ StreamLogger::~StreamLogger()
|
||||
if (m_FlushLogTimer)
|
||||
m_FlushLogTimer->Stop();
|
||||
|
||||
if (m_OwnsStream)
|
||||
if (m_Stream && m_OwnsStream)
|
||||
delete m_Stream;
|
||||
}
|
||||
|
||||
@ -66,7 +66,7 @@ void StreamLogger::BindStream(std::ostream *stream, bool ownsStream)
|
||||
{
|
||||
ObjectLock olock(this);
|
||||
|
||||
if (m_OwnsStream)
|
||||
if (m_Stream && m_OwnsStream)
|
||||
delete m_Stream;
|
||||
|
||||
m_Stream = stream;
|
||||
|
Loading…
x
Reference in New Issue
Block a user