mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-21 10:13:43 +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)
|
isDouble(theOther.isDouble)
|
||||||
{
|
{
|
||||||
theOther.myData1 = nullptr;
|
theOther.myData1 = nullptr;
|
||||||
theOther.myData1 = nullptr;
|
theOther.myData2 = nullptr;
|
||||||
theOther.mySize = 0;
|
theOther.mySize = 0;
|
||||||
theOther.myNbBuckets = 0;
|
theOther.myNbBuckets = 0;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user