mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2024-12-28 02:10:36 +05:00
0053079: SALOME crashes at Python Dump
This commit is contained in:
parent
e087bbd063
commit
0e330446a2
@ -1278,6 +1278,8 @@ void FillMapOfRef(const Handle(GEOM_Function) &theFunction,
|
|||||||
|
|
||||||
const int aRefTag = GetTag(anObjEntry);
|
const int aRefTag = GetTag(anObjEntry);
|
||||||
|
|
||||||
|
if (anObjTag != aRefTag) {
|
||||||
|
// Avoid making references for operations without copy.
|
||||||
theRefMap[anObjTag].push_back(aRefTag);
|
theRefMap[anObjTag].push_back(aRefTag);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -1285,6 +1287,7 @@ void FillMapOfRef(const Handle(GEOM_Function) &theFunction,
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
//=============================================================================
|
//=============================================================================
|
||||||
/*!
|
/*!
|
||||||
|
Loading…
Reference in New Issue
Block a user