diff --git a/src/core/model/fatal-impl.cc b/src/core/model/fatal-impl.cc index 1099e3e09..fb3284891 100644 --- a/src/core/model/fatal-impl.cc +++ b/src/core/model/fatal-impl.cc @@ -107,7 +107,7 @@ void FlushStreams (void) { std::list **pl = PeekStreamList (); - if (pl == 0) + if (*pl == 0) { return; }