David Rose пре 21 година
родитељ
комит
4b2d916630
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      direct/src/dcparser/dcFile.cxx

+ 1 - 0
direct/src/dcparser/dcFile.cxx

@@ -150,6 +150,7 @@ read(Filename filename) {
     // function; instead apparently calling the system delete
     // function.  So we call the delete function by hand instead.
 #ifndef NDEBUG
+    in->~istream();
     (*global_operator_delete)(in);
 #else
     delete in;