mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
0033552: Foundation Classes - NCollection_BaseMap move ctor clears wrong pointer
Replaced correct class member to clear
This commit is contained in:
parent
6ef56849a5
commit
60792f26f0
@ -178,7 +178,7 @@ public:
|
||||
isDouble(theOther.isDouble)
|
||||
{
|
||||
theOther.myData1 = nullptr;
|
||||
theOther.myData1 = nullptr;
|
||||
theOther.myData2 = nullptr;
|
||||
theOther.mySize = 0;
|
||||
theOther.myNbBuckets = 0;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user