Resert linewriter in LogControl dtor.
authorMichael Andres <ma@suse.de>
Thu, 10 Sep 2009 12:45:06 +0000 (14:45 +0200)
committerMichael Andres <ma@suse.de>
Thu, 10 Sep 2009 12:45:06 +0000 (14:45 +0200)
zypp/base/LogControl.cc

index bdc3976..7732634 100644 (file)
@@ -321,6 +321,11 @@ namespace zypp
           }
         }
 
+        ~LogControlImpl()
+        {
+          _lineWriter.reset();
+        }
+
       public:
         /** The LogControlImpl singleton
          * \note As most dtors log, it is inportant that the