mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-12-26 17:30:35 +05:00
fix memory problem
This commit is contained in:
parent
1b151a4568
commit
b6f248e8a6
@ -1276,7 +1276,7 @@ bool SMDS_VolumeTool::IsFreeFace( int faceIndex )
|
||||
continue; // opposite side
|
||||
}
|
||||
// remove a volume from volNbShared map
|
||||
volNbShared.erase( vNbIt );
|
||||
volNbShared.erase( vNbIt-- );
|
||||
}
|
||||
|
||||
// here volNbShared contains only volumes laying on the
|
||||
|
Loading…
Reference in New Issue
Block a user