]> SALOME platform Git repositories - modules/visu.git/commitdiff
Salome HOME
SWP13333 : Copy/Paste med-objects in Post-Pro is incorrect
authorouv <ouv@opencascade.com>
Fri, 8 Sep 2006 07:35:07 +0000 (07:35 +0000)
committerouv <ouv@opencascade.com>
Fri, 8 Sep 2006 07:35:07 +0000 (07:35 +0000)
src/VISU_I/VISU_Gen_i.cc

index b462efcba617d6742aaa735c66f6482758968b2b..375287caeb53d8fcb0afee3e0530413601b35df1 100644 (file)
@@ -1053,6 +1053,7 @@ namespace VISU
     stmIn.seekg(0, ios::beg);
     char* aString = new char[aLength+1];
     stmIn.read(aString, aLength);
+    stmIn.close();
     aString[aLength] = 0;
     myIsMultiFile = false;