]> git.lyx.org Git - lyx.git/blobdiff - src/support/DebugStream.C
the freespacing patch from Kayvan, draw the math empty delim with onoffdash, asure...
[lyx.git] / src / support / DebugStream.C
index 286fbdc97509bfeec45843ff453499a15a7e05bc..e61056509e8e0c6f700643cead7ac4f7b868d60a 100644 (file)
@@ -185,8 +185,7 @@ DebugStream::~DebugStream()
 {
        delete nullstream.rdbuf(0); // Without this we leak
        delete rdbuf(0);            // Without this we leak
-       if (internal) // DEL LINE
-               delete internal;
+       delete internal;
 }