Memory Leak Detected

I use vld to test a simple code, and the result turns out to be not good. Both BRepBuilderAPI_MakeFace and BRepOffsetAPI_MakePipeShell class are detected by vld. the code is just like this:

============================================================================================================================
#include
#include
#include
#include
#include
#include
#include
#include
#include
#include
#include
#include
#include
#include
#include "vld.h"

int main()
{
BRepBuilderAPI_MakePolygon ply;

ply.Add(gp_Pnt(0, 0, 0));
ply.Add(gp_Pnt(20, 0, 0));
ply.Add(gp_Pnt(20, 0, 20));
ply.Add(gp_Pnt(0, 0, 20));
ply.Add(gp_Pnt(0, 0, 0));

TopoDS_Wire wire = ply.Wire();
TopoDS_Face face = BRepBuilderAPI_MakeFace(wire);

BRepBuilderAPI_MakePolygon ply2;
ply2.Add(gp_Pnt(20, 0, 0));
ply2.Add(gp_Pnt(20, 50, 0));
ply2.Add(gp_Pnt(70, 80, 0));
ply2.Add(gp_Pnt(70, 120, 0));
ply2.Add(gp_Pnt(20, 160, 0));

TopoDS_Wire wire2 = ply2.Wire();

BRepOffsetAPI_MakePipeShell ps(wire2);
ps.SetTransitionMode(BRepBuilderAPI_RightCorner);

ps.Add(wire);

ps.Build();
ps.MakeSolid();

StlAPI::Write(ps.Shape(), "testStl.stl");
}
============================================================================================================================
Visual Leak Detector Version 2.4RC2 installed.
WARNING: Visual Leak Detector detected memory leaks!
---------- Block 1 at 0x02716E48: 564 bytes ----------
Leak Hash: 0xD1AFE3CA, Count: 1, Total 564 bytes
Call Stack (TID 8496):
f:\dd\vctools\crt_bld\self_x86\crt\src\dbgcalloc.c (55): MSVCR110D.dll!calloc
d:\opencascade6.7.1\opencascade-6.7.1\src\standard\standard_mmgropt.cxx (434): TKernel.dll!Standard_MMgrOpt::Allocate + 0x1A bytes
d:\opencascade6.7.1\opencascade-6.7.1\src\standard\standard.cxx (182): TKernel.dll!Standard::Allocate + 0x1B bytes
d:\opencascade6.7.1\opencascade-6.7.1\src\topexp\topexp_explorer.cxx (43): TKBRep.dll!TopExp_Explorer::TopExp_Explorer + 0xA bytes
d:\opencascade6.7.1\opencascade-6.7.1\src\breplib\breplib_findsurface.cxx (189): TKTopAlgo.dll!BRepLib_FindSurface::Init + 0x8 bytes
d:\opencascade6.7.1\opencascade-6.7.1\src\breplib\breplib_findsurface.cxx (172): TKTopAlgo.dll!BRepLib_FindSurface::BRepLib_FindSurface
d:\opencascade6.7.1\opencascade-6.7.1\src\breplib\breplib_makeface.cxx (251): TKTopAlgo.dll!BRepLib_MakeFace::BRepLib_MakeFace + 0x22 bytes
d:\opencascade6.7.1\opencascade-6.7.1\src\brepbuilderapi\brepbuilderapi_makeface.cxx (259): TKTopAlgo.dll!BRepBuilderAPI_MakeFace::BRepBuilderAPI_MakeFace + 0x64 bytes
g:\pinqucpp\occtlib\app\main.cpp (28): App.exe!main + 0x1B bytes
f:\dd\vctools\crt_bld\self_x86\crt\src\crtexe.c (536): App.exe!__tmainCRTStartup + 0x19 bytes
f:\dd\vctools\crt_bld\self_x86\crt\src\crtexe.c (377): App.exe!mainCRTStartup
0x757C338A (File and line number not available): kernel32.dll!BaseThreadInitThunk + 0x12 bytes
0x77D69F72 (File and line number not available): ntdll.dll!RtlInitializeExceptionChain + 0x63 bytes
0x77D69F45 (File and line number not available): ntdll.dll!RtlInitializeExceptionChain + 0x36 bytes
Data:
B8 70 71 02 00 00 FD FE 00 00 FD FE 01 00 00 00 .pq..... ........
00 00 00 00 98 BE 64 04 00 00 00 00 00 00 FD FE ......d. ........
00 00 FD FE 00 00 FD FE 01 00 00 00 00 00 00 00 ........ ........
40 FB 64 04 01 00 00 00 00 00 FD FE 00 00 00 00 @.d..... ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ........ ........

---------- Block 2 at 0x027170B8: 564 bytes ----------
Leak Hash: 0x1B46B516, Count: 1, Total 564 bytes
Call Stack (TID 8496):
f:\dd\vctools\crt_bld\self_x86\crt\src\dbgcalloc.c (55): MSVCR110D.dll!calloc
d:\opencascade6.7.1\opencascade-6.7.1\src\standard\standard_mmgropt.cxx (434): TKernel.dll!Standard_MMgrOpt::Allocate + 0x1A bytes
d:\opencascade6.7.1\opencascade-6.7.1\src\standard\standard.cxx (182): TKernel.dll!Standard::Allocate + 0x1B bytes
d:\opencascade6.7.1\opencascade-6.7.1\src\topexp\topexp_explorer.cxx (59): TKBRep.dll!TopExp_Explorer::TopExp_Explorer + 0xA bytes
d:\opencascade6.7.1\opencascade-6.7.1\src\topexp\topexp.cxx (79): TKBRep.dll!TopExp::MapShapesAndAncestors + 0x12 bytes
d:\opencascade6.7.1\opencascade-6.7.1\src\breplib\breplib.cxx (1366): TKTopAlgo.dll!BRepLib::UpdateTolerances + 0x14 bytes
d:\opencascade6.7.1\opencascade-6.7.1\src\breplib\breplib_makeface.cxx (266): TKTopAlgo.dll!BRepLib_MakeFace::BRepLib_MakeFace + 0xE bytes
d:\opencascade6.7.1\opencascade-6.7.1\src\brepbuilderapi\brepbuilderapi_makeface.cxx (259): TKTopAlgo.dll!BRepBuilderAPI_MakeFace::BRepBuilderAPI_MakeFace + 0x64 bytes
g:\pinqucpp\occtlib\app\main.cpp (28): App.exe!main + 0x1B bytes
f:\dd\vctools\crt_bld\self_x86\crt\src\crtexe.c (536): App.exe!__tmainCRTStartup + 0x19 bytes
f:\dd\vctools\crt_bld\self_x86\crt\src\crtexe.c (377): App.exe!mainCRTStartup
0x757C338A (File and line number not available): kernel32.dll!BaseThreadInitThunk + 0x12 bytes
0x77D69F72 (File and line number not available): ntdll.dll!RtlInitializeExceptionChain + 0x63 bytes
0x77D69F45 (File and line number not available): ntdll.dll!RtlInitializeExceptionChain + 0x36 bytes
Data:
30 04 72 02 00 00 FD FE 00 00 FD FE 00 00 00 00 0.r..... ........
00 00 00 00 8C F5 64 04 00 00 00 00 00 00 FD FE ......d. ........
00 00 FD FE 00 00 FD FE 00 00 00 00 00 00 00 00 ........ ........
BC FD 64 04 00 00 00 00 00 00 FD FE 00 00 00 00 ..d..... ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ........ ........

---------- Block 3 at 0x02717328: 412 bytes ----------
Leak Hash: 0x76D255C5, Count: 1, Total 412 bytes
Call Stack (TID 8496):
f:\dd\vctools\crt_bld\self_x86\crt\src\dbgcalloc.c (55): MSVCR110D.dll!calloc
d:\opencascade6.7.1\opencascade-6.7.1\src\standard\standard_mmgropt.cxx (434): TKernel.dll!Standard_MMgrOpt::Allocate + 0x1A bytes
d:\opencascade6.7.1\opencascade-6.7.1\src\standard\standard.cxx (182): TKernel.dll!Standard::Allocate + 0x1B bytes
d:\opencascade6.7.1\opencascade-6.7.1\src\tcollection\tcollection_basicmap.cxx (62): TKernel.dll!TCollection_BasicMap::BeginResize + 0x12 bytes
d:\opencascade6.7.1\opencascade-6.7.1\inc\tcollection_indexeddatamap.gxx (81): TKBRep.dll!TopTools_IndexedDataMapOfShapeListOfShape::ReSize + 0x18 bytes
d:\opencascade6.7.1\opencascade-6.7.1\inc\tcollection_indexeddatamap.gxx (141): TKBRep.dll!TopTools_IndexedDataMapOfShapeListOfShape::Add
d:\opencascade6.7.1\opencascade-6.7.1\src\topexp\topexp.cxx (82): TKBRep.dll!TopExp::MapShapesAndAncestors + 0x1B bytes
d:\opencascade6.7.1\opencascade-6.7.1\src\breplib\breplib.cxx (1366): TKTopAlgo.dll!BRepLib::UpdateTolerances + 0x14 bytes
d:\opencascade6.7.1\opencascade-6.7.1\src\breplib\breplib_makeface.cxx (266): TKTopAlgo.dll!BRepLib_MakeFace::BRepLib_MakeFace + 0xE bytes
d:\opencascade6.7.1\opencascade-6.7.1\src\brepbuilderapi\brepbuilderapi_makeface.cxx (259): TKTopAlgo.dll!BRepBuilderAPI_MakeFace::BRepBuilderAPI_MakeFace + 0x64 bytes
g:\pinqucpp\occtlib\app\main.cpp (28): App.exe!main + 0x1B bytes
f:\dd\vctools\crt_bld\self_x86\crt\src\crtexe.c (536): App.exe!__tmainCRTStartup + 0x19 bytes
f:\dd\vctools\crt_bld\self_x86\crt\src\crtexe.c (377): App.exe!mainCRTStartup
0x757C338A (File and line number not available): kernel32.dll!BaseThreadInitThunk + 0x12 bytes
0x77D69F72 (File and line number not available): ntdll.dll!RtlInitializeExceptionChain + 0x63 bytes
0x77D69F45 (File and line number not available): ntdll.dll!RtlInitializeExceptionChain + 0x36 bytes
Data:
A0 7C 72 02 00 00 00 00 00 00 00 00 00 00 00 00 .|r..... ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ........ ........
7C 97 64 04 00 00 00 00 00 00 00 00 00 00 00 00 |.d..... ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ........ ........
00 00 00 00 D0 C1 64 04 00 00 00 00 00 00 00 00 ......d. ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ........ ........

---------- Block 4 at 0x02717500: 412 bytes ----------
Leak Hash: 0x4D50D399, Count: 1, Total 412 bytes
Call Stack (TID 8496):
f:\dd\vctools\crt_bld\self_x86\crt\src\dbgcalloc.c (55): MSVCR110D.dll!calloc
d:\opencascade6.7.1\opencascade-6.7.1\src\standard\standard_mmgropt.cxx (434): TKernel.dll!Standard_MMgrOpt::Allocate + 0x1A bytes
d:\opencascade6.7.1\opencascade-6.7.1\src\standard\standard.cxx (182): TKernel.dll!Standard::Allocate + 0x1B bytes
d:\opencascade6.7.1\opencascade-6.7.1\src\tcollection\tcollection_basicmap.cxx (65): TKernel.dll!TCollection_BasicMap::BeginResize + 0x12 bytes
d:\opencascade6.7.1\opencascade-6.7.1\inc\tcollection_indexeddatamap.gxx (81): TKBRep.dll!TopTools_IndexedDataMapOfShapeListOfShape::ReSize + 0x18 bytes
d:\opencascade6.7.1\opencascade-6.7.1\inc\tcollection_indexeddatamap.gxx (141): TKBRep.dll!TopTools_IndexedDataMapOfShapeListOfShape::Add
d:\opencascade6.7.1\opencascade-6.7.1\src\topexp\topexp.cxx (82): TKBRep.dll!TopExp::MapShapesAndAncestors + 0x1B bytes
d:\opencascade6.7.1\opencascade-6.7.1\src\breplib\breplib.cxx (1366): TKTopAlgo.dll!BRepLib::UpdateTolerances + 0x14 bytes
d:\opencascade6.7.1\opencascade-6.7.1\src\breplib\breplib_makeface.cxx (266): TKTopAlgo.dll!BRepLib_MakeFace::BRepLib_MakeFace + 0xE bytes
d:\opencascade6.7.1\opencascade-6.7.1\src\brepbuilderapi\brepbuilderapi_makeface.cxx (259): TKTopAlgo.dll!BRepBuilderAPI_MakeFace::BRepBuilderAPI_MakeFace + 0x64 bytes
g:\pinqucpp\occtlib\app\main.cpp (28): App.exe!main + 0x1B bytes
f:\dd\vctools\crt_bld\self_x86\crt\src\crtexe.c (536): App.exe!__tmainCRTStartup + 0x19 bytes
f:\dd\vctools\crt_bld\self_x86\crt\src\crtexe.c (377): App.exe!mainCRTStartup
0x757C338A (File and line number not available): kernel32.dll!BaseThreadInitThunk + 0x12 bytes
0x77D69F72 (File and line number not available): ntdll.dll!RtlInitializeExceptionChain + 0x63 bytes
0x77D69F45 (File and line number not available): ntdll.dll!RtlInitializeExceptionChain + 0x36 bytes
Data:
68 4F 73 02 00 00 00 00 00 00 00 00 00 00 00 00 hOs..... ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ........ ........
00 00 00 00 00 00 00 00 00 FD 65 04 00 00 00 00 ........ ..e.....
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ........ ........

---------- Block 5 at 0x027176D8: 412 bytes ----------
Leak Hash: 0x24CF21F0, Count: 1, Total 412 bytes
Call Stack (TID 8496):
f:\dd\vctools\crt_bld\self_x86\crt\src\dbgcalloc.c (55): MSVCR110D.dll!calloc
d:\opencascade6.7.1\opencascade-6.7.1\src\standard\standard_mmgropt.cxx (434): TKernel.dll!Standard_MMgrOpt::Allocate + 0x1A bytes
d:\opencascade6.7.1\opencascade-6.7.1\src\standard\standard.cxx (182): TKernel.dll!Standard::Allocate + 0x1B bytes
d:\opencascade6.7.1\opencascade-6.7.1\src\tcollection\tcollection_basicmap.cxx (62): TKernel.dll!TCollection_BasicMap::BeginResize + 0x12 bytes
d:\opencascade6.7.1\opencascade-6.7.1\inc\tcollection_map.gxx (72): TKBRep.dll!TopTools_MapOfShape::ReSize + 0x18 bytes
d:\opencascade6.7.1\opencascade-6.7.1\inc\tcollection_map.gxx (128): TKBRep.dll!TopTools_MapOfShape::Add
d:\opencascade6.7.1\opencascade-6.7.1\src\breplib\breplib.cxx (1394): TKTopAlgo.dll!BRepLib::UpdateTolerances + 0x12 bytes
d:\opencascade6.7.1\opencascade-6.7.1\src\breplib\breplib_makeface.cxx (266): TKTopAlgo.dll!BRepLib_MakeFace::BRepLib_MakeFace + 0xE bytes
d:\opencascade6.7.1\opencascade-6.7.1\src\brepbuilderapi\brepbuilderapi_makeface.cxx (259): TKTopAlgo.dll!BRepBuilderAPI_MakeFace::BRepBuilderAPI_MakeFace + 0x64 bytes
g:\pinqucpp\occtlib\app\main.cpp (28): App.exe!main + 0x1B bytes
f:\dd\vctools\crt_bld\self_x86\crt\src\crtexe.c (536): App.exe!__tmainCRTStartup + 0x19 bytes
f:\dd\vctools\crt_bld\self_x86\crt\src\crtexe.c (377): App.exe!mainCRTStartup
0x757C338A (File and line number not available): kernel32.dll!BaseThreadInitThunk + 0x12 bytes
0x77D69F72 (File and line number not available): ntdll.dll!RtlInitializeExceptionChain + 0x63 bytes
0x77D69F45 (File and line number not available): ntdll.dll!RtlInitializeExceptionChain + 0x36 bytes
Data:
40 8D 73 02 00 00 00 00 00 00 00 00 00 00 00 00 @.s..... ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ........ ........

---------- Block 6 at 0x027178B0: 564 bytes ----------
Leak Hash: 0x7BBAEBCB, Count: 1, Total 564 bytes
Call Stack (TID 8496):
f:\dd\vctools\crt_bld\self_x86\crt\src\dbgcalloc.c (55): MSVCR110D.dll!calloc
d:\opencascade6.7.1\opencascade-6.7.1\src\standard\standard_mmgropt.cxx (434): TKernel.dll!Standard_MMgrOpt::Allocate + 0x1A bytes
d:\opencascade6.7.1\opencascade-6.7.1\src\standard\standard.cxx (182): TKernel.dll!Standard::Allocate + 0x1B bytes
d:\opencascade6.7.1\opencascade-6.7.1\src\topexp\topexp_explorer.cxx (59): TKBRep.dll!TopExp_Explorer::TopExp_Explorer + 0xA bytes
d:\opencascade6.7.1\opencascade-6.7.1\src\topexp\topexp.cxx (79): TKBRep.dll!TopExp::MapShapesAndAncestors + 0x12 bytes
d:\opencascade6.7.1\opencascade-6.7.1\src\breplib\breplib.cxx (1366): TKTopAlgo.dll!BRepLib::UpdateTolerances + 0x14 bytes
d:\opencascade6.7.1\opencascade-6.7.1\src\breplib\breplib.cxx (836): TKTopAlgo.dll!BRepLib::SameParameter + 0xB bytes
d:\opencascade6.7.1\opencascade-6.7.1\src\breplib\breplib_makeface.cxx (268): TKTopAlgo.dll!BRepLib_MakeFace::BRepLib_MakeFace + 0x1B bytes
d:\opencascade6.7.1\opencascade-6.7.1\src\brepbuilderapi\brepbuilderapi_makeface.cxx (259): TKTopAlgo.dll!BRepBuilderAPI_MakeFace::BRepBuilderAPI_MakeFace + 0x64 bytes
g:\pinqucpp\occtlib\app\main.cpp (28): App.exe!main + 0x1B bytes
f:\dd\vctools\crt_bld\self_x86\crt\src\crtexe.c (536): App.exe!__tmainCRTStartup + 0x19 bytes
f:\dd\vctools\crt_bld\self_x86\crt\src\crtexe.c (377): App.exe!mainCRTStartup
0x757C338A (File and line number not available): kernel32.dll!BaseThreadInitThunk + 0x12 bytes
0x77D69F72 (File and line number not available): ntdll.dll!RtlInitializeExceptionChain + 0x63 bytes
0x77D69F45 (File and line number not available): ntdll.dll!RtlInitializeExceptionChain + 0x36 bytes
Data:
70 21 72 02 00 00 FD FE 00 00 FD FE 00 00 00 00 p!r..... ........
00 00 00 00 54 B7 65 04 00 00 00 00 00 00 FD FE ....T.e. ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ........ ........

---------- Block 7 at 0x02717B20: 412 bytes ----------
Leak Hash: 0x99AC29F7, Count: 1, Total 412 bytes
Call Stack (TID 8496):
f:\dd\vctools\crt_bld\self_x86\crt\src\dbgcalloc.c (55): MSVCR110D.dll!calloc
d:\opencascade6.7.1\opencascade-6.7.1\src\standard\standard_mmgropt.cxx (434): TKernel.dll!Standard_MMgrOpt::Allocate + 0x1A bytes
d:\opencascade6.7.1\opencascade-6.7.1\src\standard\standard.cxx (182): TKernel.dll!Standard::Allocate + 0x1B bytes
d:\opencascade6.7.1\opencascade-6.7.1\src\tcollection\tcollection_basicmap.cxx (62): TKernel.dll!TCollection_BasicMap::BeginResize + 0x12 bytes
d:\opencascade6.7.1\opencascade-6.7.1\inc\tcollection_map.gxx (72): TKBRep.dll!TopTools_MapOfShape::ReSize + 0x18 bytes
d:\opencascade6.7.1\opencascade-6.7.1\inc\tcollection_map.gxx (128): TKBRep.dll!TopTools_MapOfShape::Add
d:\opencascade6.7.1\opencascade-6.7.1\src\breplib\breplib.cxx (1394): TKTopAlgo.dll!BRepLib::UpdateTolerances + 0x12 bytes
d:\opencascade6.7.1\opencascade-6.7.1\src\breplib\breplib.cxx (836): TKTopAlgo.dll!BRepLib::SameParameter + 0xB bytes
d:\opencascade6.7.1\opencascade-6.7.1\src\breplib\breplib_makeface.cxx (268): TKTopAlgo.dll!BRepLib_MakeFace::BRepLib_MakeFace + 0x1B bytes
d:\opencascade6.7.1\opencascade-6.7.1\src\brepbuilderapi\brepbuilderapi_makeface.cxx (259): TKTopAlgo.dll!BRepBuilderAPI_MakeFace::BRepBuilderAPI_MakeFace + 0x64 bytes
g:\pinqucpp\occtlib\app\main.cpp (28): App.exe!main + 0x1B bytes
f:\dd\vctools\crt_bld\self_x86\crt\src\crtexe.c (536): App.exe!__tmainCRTStartup + 0x19 bytes
f:\dd\vctools\crt_bld\self_x86\crt\src\crtexe.c (377): App.exe!mainCRTStartup
0x757C338A (File and line number not available): kernel32.dll!BaseThreadInitThunk + 0x12 bytes
0x77D69F72 (File and line number not available): ntdll.dll!RtlInitializeExceptionChain + 0x63 bytes
0x77D69F45 (File and line number not available): ntdll.dll!RtlInitializeExceptionChain + 0x36 bytes
Data:
D8 76 71 02 00 00 00 00 00 00 00 00 00 00 00 00 .vq..... ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ........ ........

---------- Block 84 at 0x02718338: 964 bytes ----------
Leak Hash: 0x578C141E, Count: 1, Total 964 bytes
Call Stack (TID 8496):
f:\dd\vctools\crt_bld\self_x86\crt\src\dbgcalloc.c (55): MSVCR110D.dll!calloc
d:\opencascade6.7.1\opencascade-6.7.1\src\standard\standard_mmgropt.cxx (434): TKernel.dll!Standard_MMgrOpt::Allocate + 0x1A bytes
d:\opencascade6.7.1\opencascade-6.7.1\src\standard\standard.cxx (182): TKernel.dll!Standard::Allocate + 0x1B bytes
d:\opencascade6.7.1\opencascade-6.7.1\inc\tcollection_array1.lxx (35): TKGeomAlgo.dll!TColgp_Array1OfPnt::TColgp_Array1OfPnt + 0x2B bytes
d:\opencascade6.7.1\opencascade-6.7.1\src\geomfill\geomfill_sectionplacement.cxx (302): TKGeomAlgo.dll!GeomFill_SectionPlacement::GeomFill_SectionPlacement + 0x6D bytes
d:\opencascade6.7.1\opencascade-6.7.1\src\brepfill\brepfill_sectionplacement.cxx (281): TKBool.dll!BRepFill_SectionPlacement::Perform + 0x2B bytes
d:\opencascade6.7.1\opencascade-6.7.1\src\brepfill\brepfill_sectionplacement.cxx (93): TKBool.dll!BRepFill_SectionPlacement::BRepFill_SectionPlacement
d:\opencascade6.7.1\opencascade-6.7.1\src\brepfill\brepfill_pipeshell.cxx (1124): TKBool.dll!BRepFill_PipeShell::Place + 0x46 bytes
d:\opencascade6.7.1\opencascade-6.7.1\src\brepfill\brepfill_pipeshell.cxx (962): TKBool.dll!BRepFill_PipeShell::Prepare + 0x25 bytes
d:\opencascade6.7.1\opencascade-6.7.1\src\brepfill\brepfill_pipeshell.cxx (691): TKBool.dll!BRepFill_PipeShell::Build
d:\opencascade6.7.1\opencascade-6.7.1\src\brepoffsetapi\brepoffsetapi_makepipeshell.cxx (240): TKOffset.dll!BRepOffsetAPI_MakePipeShell::Build + 0x11 bytes
g:\pinqucpp\occtlib\app\main.cpp (46): App.exe!main
f:\dd\vctools\crt_bld\self_x86\crt\src\crtexe.c (536): App.exe!__tmainCRTStartup + 0x19 bytes
f:\dd\vctools\crt_bld\self_x86\crt\src\crtexe.c (377): App.exe!mainCRTStartup
0x757C338A (File and line number not available): kernel32.dll!BaseThreadInitThunk + 0x12 bytes
0x77D69F72 (File and line number not available): ntdll.dll!RtlInitializeExceptionChain + 0x63 bytes
0x77D69F45 (File and line number not available): ntdll.dll!RtlInitializeExceptionChain + 0x36 bytes
Data:
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ........ ........
00 00 00 00 00 00 00 00 00 00 34 40 00 00 00 00 ........ ..4@....
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ........ ........
00 00 32 40 00 00 00 00 00 00 00 00 00 00 00 00 ..2@.... ........
00 00 00 00 00 00 00 00 00 00 30 40 00 00 00 00 ........ ..0@....
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ........ ........
00 00 2C 40 00 00 00 00 00 00 00 00 00 00 00 00 ..,@.... ........
00 00 00 00 00 00 00 00 00 00 28 40 00 00 00 00 ........ ..(@....
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ........ ........
00 00 24 40 00 00 00 00 00 00 00 00 00 00 00 00 ..$@.... ........
00 00 00 00 00 00 00 00 00 00 20 40 00 00 00 00 ........ ...@....
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ........ ........
00 00 18 40 00 00 00 00 00 00 00 00 00 00 00 00 ...@.... ........
00 00 00 00 00 00 00 00 00 00 10 40 00 00 00 00 ........ ...@....
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ........ ........
00 00 00 40 00 00 00 00 00 00 00 00 00 00 00 00 ...@.... ........

---------- Block 87 at 0x02718738: 684 bytes ----------
Leak Hash: 0x0DC698B3, Count: 1, Total 684 bytes
Call Stack (TID 8496):
f:\dd\vctools\crt_bld\self_x86\crt\src\dbgcalloc.c (55): MSVCR110D.dll!calloc
d:\opencascade6.7.1\opencascade-6.7.1\src\standard\standard_mmgropt.cxx (434): TKernel.dll!Standard_MMgrOpt::Allocate + 0x1A bytes
d:\opencascade6.7.1\opencascade-6.7.1\src\standard\standard.cxx (182): TKernel.dll!Standard::Allocate + 0x1B bytes
d:\opencascade6.7.1\opencascade-6.7.1\inc\tcollection_array1.lxx (35): TKBRep.dll!BRepAdaptor_Array1OfCurve::BRepAdaptor_Array1OfCurve + 0x48 bytes
d:\opencascade6.7.1\opencascade-6.7.1\src\brepadaptor\brepadaptor_compcurve.cxx (67): TKBRep.dll!BRepAdaptor_CompCurve::Initialize + 0x4C bytes
d:\opencascade6.7.1\opencascade-6.7.1\src\brepadaptor\brepadaptor_compcurve.cxx (38): TKBRep.dll!BRepAdaptor_CompCurve::BRepAdaptor_CompCurve
d:\opencascade6.7.1\opencascade-6.7.1\src\brepfill\brepfill_sectionplacement.cxx (292): TKBool.dll!BRepFill_SectionPlacement::Perform + 0x41 bytes
d:\opencascade6.7.1\opencascade-6.7.1\src\brepfill\brepfill_sectionplacement.cxx (93): TKBool.dll!BRepFill_SectionPlacement::BRepFill_SectionPlacement
d:\opencascade6.7.1\opencascade-6.7.1\src\brepfill\brepfill_pipeshell.cxx (1124): TKBool.dll!BRepFill_PipeShell::Place + 0x46 bytes
d:\opencascade6.7.1\opencascade-6.7.1\src\brepfill\brepfill_pipeshell.cxx (962): TKBool.dll!BRepFill_PipeShell::Prepare + 0x25 bytes
d:\opencascade6.7.1\opencascade-6.7.1\src\brepfill\brepfill_pipeshell.cxx (691): TKBool.dll!BRepFill_PipeShell::Build
d:\opencascade6.7.1\opencascade-6.7.1\src\brepoffsetapi\brepoffsetapi_makepipeshell.cxx (240): TKOffset.dll!BRepOffsetAPI_MakePipeShell::Build + 0x11 bytes
g:\pinqucpp\occtlib\app\main.cpp (46): App.exe!main
f:\dd\vctools\crt_bld\self_x86\crt\src\crtexe.c (536): App.exe!__tmainCRTStartup + 0x19 bytes
f:\dd\vctools\crt_bld\self_x86\crt\src\crtexe.c (377): App.exe!mainCRTStartup
0x757C338A (File and line number not available): kernel32.dll!BaseThreadInitThunk + 0x12 bytes
0x77D69F72 (File and line number not available): ntdll.dll!RtlInitializeExceptionChain + 0x63 bytes
0x77D69F45 (File and line number not available): ntdll.dll!RtlInitializeExceptionChain + 0x36 bytes
Data:
00 00 00 00 04 00 00 00 F4 AC 6A 0F 00 00 00 00 ........ ..j.....
00 00 00 00 00 00 F0 3F 00 00 00 00 00 00 00 00 .......? ........
00 00 00 00 00 00 F0 3F 00 00 00 00 00 00 00 00 .......? ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ........ ........
00 00 00 00 00 00 F0 3F 00 00 00 00 00 00 00 00 .......? ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ........ ........
00 00 00 00 00 00 F0 3F 00 00 00 00 00 00 00 00 .......? ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ........ ........
F4 AC 6A 0F 00 00 FD FE 00 00 00 00 00 00 00 00 ..j..... ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 49 40 ........ ......I@
00 00 FD FE 00 00 FD FE 00 00 FD FE 00 00 00 00 ........ ........
F4 AC 6A 0F 00 00 00 00 00 00 00 00 00 00 F0 3F ..j..... .......?
00 00 00 00 00 00 00 00 00 00 00 00 00 00 F0 3F ........ .......?
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 F0 3F ........ .......?
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ........ ........

---------- Block 148 at 0x02718A20: 252 bytes ----------
Leak Hash: 0x0DDAA934, Count: 1, Total 252 bytes
Call Stack (TID 8496):
f:\dd\vctools\crt_bld\self_x86\crt\src\dbgcalloc.c (55): MSVCR110D.dll!calloc
d:\opencascade6.7.1\opencascade-6.7.1\src\standard\standard_mmgropt.cxx (434): TKernel.dll!Standard_MMgrOpt::Allocate + 0x1A bytes
d:\opencascade6.7.1\opencascade-6.7.1\src\standard\standard.cxx (182): TKernel.dll!Standard::Allocate + 0x1B bytes
d:\opencascade6.7.1\opencascade-6.7.1\inc\tcollection_array2.gxx (41): TKBRep.dll!TopTools_Array2OfShape::Allocate + 0x31 bytes
d:\opencascade6.7.1\opencascade-6.7.1\inc\tcollection_array2.gxx (74): TKBRep.dll!TopTools_Array2OfShape::TopTools_Array2OfShape
d:\opencascade6.7.1\opencascade-6.7.1\src\brepfill\brepfill_sweep.cxx (2671): TKBool.dll!BRepFill_Sweep::Build + 0x58 bytes
d:\opencascade6.7.1\opencascade-6.7.1\src\brepfill\brepfill_pipeshell.cxx (747): TKBool.dll!BRepFill_PipeShell::Build
d:\opencascade6.7.1\opencascade-6.7.1\src\brepoffsetapi\brepoffsetapi_makepipeshell.cxx (240): TKOffset.dll!BRepOffsetAPI_MakePipeShell::Build + 0x11 bytes
g:\pinqucpp\occtlib\app\main.cpp (46): App.exe!main
f:\dd\vctools\crt_bld\self_x86\crt\src\crtexe.c (536): App.exe!__tmainCRTStartup + 0x19 bytes
f:\dd\vctools\crt_bld\self_x86\crt\src\crtexe.c (377): App.exe!mainCRTStartup
0x757C338A (File and line number not available): kernel32.dll!BaseThreadInitThunk + 0x12 bytes
0x77D69F72 (File and line number not available): ntdll.dll!RtlInitializeExceptionChain + 0x63 bytes
0x77D69F45 (File and line number not available): ntdll.dll!RtlInitializeExceptionChain + 0x36 bytes
Data:
58 8B 71 02 14 00 00 00 00 00 FD FE 00 00 FD FE X.q..... ........
00 00 00 00 00 00 FD FE 00 00 FD FE 00 00 00 00 ........ ........
00 00 FD FE 00 00 FD FE 00 00 00 00 00 00 FD FE ........ ........
00 00 FD FE 00 00 00 00 00 00 FD FE 00 00 FD FE ........ ........
00 00 00 00 00 00 FD FE 00 00 FD FE 00 00 00 00 ........ ........
00 00 FD FE 00 00 FD FE 00 00 00 00 00 00 FD FE ........ ........
00 00 FD FE 00 00 00 00 00 00 FD FE 00 00 FD FE ........ ........
00 00 00 00 00 00 FD FE 00 00 FD FE 00 00 00 00 ........ ........
00 00 FD FE 00 00 FD FE 00 00 00 00 00 00 FD FE ........ ........
00 00 FD FE 00 00 00 00 00 00 FD FE 00 00 FD FE ........ ........
00 00 00 00 00 00 FD FE 00 00 FD FE 00 00 00 00 ........ ........
00 00 FD FE 00 00 FD FE 00 00 00 00 00 00 FD FE ........ ........
00 00 FD FE 00 00 00 00 00 00 FD FE 00 00 FD FE ........ ........
00 00 00 00 00 00 FD FE 00 00 FD FE 00 00 00 00 ........ ........
00 00 FD FE 00 00 FD FE 00 00 00 00 00 00 FD FE ........ ........
00 00 FD FE 00 00 00 00 00 00 00 00 ........ ........

---------- Block 149 at 0x02718B58: 252 bytes ----------
Leak Hash: 0x8388BCFC, Count: 1, Total 252 bytes
Call Stack (TID 8496):
f:\dd\vctools\crt_bld\self_x86\crt\src\dbgcalloc.c (55): MSVCR110D.dll!calloc
d:\opencascade6.7.1\opencascade-6.7.1\src\standard\standard_mmgropt.cxx (434): TKernel.dll!Standard_MMgrOpt::Allocate + 0x1A bytes
d:\opencascade6.7.1\opencascade-6.7.1\src\standard\standard.cxx (182): TKernel.dll!Standard::Allocate + 0x1B bytes
d:\opencascade6.7.1\opencascade-6.7.1\inc\tcollection_array2.gxx (41): TKBRep.dll!TopTools_Array2OfShape::Allocate + 0x31 bytes
d:\opencascade6.7.1\opencascade-6.7.1\inc\tcollection_array2.gxx (74): TKBRep.dll!TopTools_Array2OfShape::TopTools_Array2OfShape
d:\opencascade6.7.1\opencascade-6.7.1\src\brepfill\brepfill_sweep.cxx (2672): TKBool.dll!BRepFill_Sweep::Build + 0x58 bytes
d:\opencascade6.7.1\opencascade-6.7.1\src\brepfill\brepfill_pipeshell.cxx (747): TKBool.dll!BRepFill_PipeShell::Build
d:\opencascade6.7.1\opencascade-6.7.1\src\brepoffsetapi\brepoffsetapi_makepipeshell.cxx (240): TKOffset.dll!BRepOffsetAPI_MakePipeShell::Build + 0x11 bytes
g:\pinqucpp\occtlib\app\main.cpp (46): App.exe!main
f:\dd\vctools\crt_bld\self_x86\crt\src\crtexe.c (536): App.exe!__tmainCRTStartup + 0x19 bytes
f:\dd\vctools\crt_bld\self_x86\crt\src\crtexe.c (377): App.exe!mainCRTStartup
0x757C338A (File and line number not available): kernel32.dll!BaseThreadInitThunk + 0x12 bytes
0x77D69F72 (File and line number not available): ntdll.dll!RtlInitializeExceptionChain + 0x63 bytes
0x77D69F45 (File and line number not available): ntdll.dll!RtlInitializeExceptionChain + 0x36 bytes
Data:
48 8E 71 02 14 00 00 00 00 00 FD FE 00 00 FD FE H.q..... ........
00 00 00 00 00 00 FD FE 00 00 FD FE 00 00 00 00 ........ ........
00 00 FD FE 00 00 FD FE 00 00 00 00 00 00 FD FE ........ ........
00 00 FD FE 00 00 00 00 00 00 FD FE 00 00 FD FE ........ ........
00 00 00 00 00 00 FD FE 00 00 FD FE 00 00 00 00 ........ ........
00 00 FD FE 00 00 FD FE 00 00 00 00 00 00 FD FE ........ ........
00 00 FD FE 00 00 00 00 00 00 FD FE 00 00 FD FE ........ ........
00 00 00 00 00 00 FD FE 00 00 FD FE 00 00 00 00 ........ ........
00 00 FD FE 00 00 FD FE 00 00 00 00 00 00 FD FE ........ ........
00 00 FD FE 00 00 00 00 00 00 FD FE 00 00 FD FE ........ ........
00 00 00 00 00 00 FD FE 00 00 FD FE 00 00 00 00 ........ ........
00 00 FD FE 00 00 FD FE 00 00 00 00 00 00 FD FE ........ ........
00 00 FD FE 00 00 00 00 00 00 FD FE 00 00 FD FE ........ ........
00 00 00 00 00 00 FD FE 00 00 FD FE 00 00 00 00 ........ ........
00 00 FD FE 00 00 FD FE 00 00 00 00 00 00 FD FE ........ ........
00 00 FD FE 00 00 00 00 00 00 00 00 ........ ........

---------- Block 849 at 0x02718E48: 252 bytes ----------
Leak Hash: 0xF33C5A19, Count: 1, Total 252 bytes
Call Stack (TID 8496):
f:\dd\vctools\crt_bld\self_x86\crt\src\dbgcalloc.c (55): MSVCR110D.dll!calloc
d:\opencascade6.7.1\opencascade-6.7.1\src\standard\standard_mmgropt.cxx (434): TKernel.dll!Standard_MMgrOpt::Allocate + 0x1A bytes
d:\opencascade6.7.1\opencascade-6.7.1\src\standard\standard.cxx (182): TKernel.dll!Standard::Allocate + 0x1B bytes
d:\opencascade6.7.1\opencascade-6.7.1\inc\tcollection_array2.gxx (41): TKBRep.dll!TopTools_Array2OfShape::Allocate + 0x31 bytes
d:\opencascade6.7.1\opencascade-6.7.1\inc\tcollection_array2.gxx (74): TKBRep.dll!TopTools_Array2OfShape::TopTools_Array2OfShape
d:\opencascade6.7.1\opencascade-6.7.1\src\brepfill\brepfill_sweep.cxx (2971): TKBool.dll!BRepFill_Sweep::PerformCorner + 0x9C bytes
d:\opencascade6.7.1\opencascade-6.7.1\src\brepfill\brepfill_sweep.cxx (2711): TKBool.dll!BRepFill_Sweep::Build
d:\opencascade6.7.1\opencascade-6.7.1\src\brepfill\brepfill_pipeshell.cxx (747): TKBool.dll!BRepFill_PipeShell::Build
d:\opencascade6.7.1\opencascade-6.7.1\src\brepoffsetapi\brepoffsetapi_makepipeshell.cxx (240): TKOffset.dll!BRepOffsetAPI_MakePipeShell::Build + 0x11 bytes
g:\pinqucpp\occtlib\app\main.cpp (46): App.exe!main
f:\dd\vctools\crt_bld\self_x86\crt\src\crtexe.c (536): App.exe!__tmainCRTStartup + 0x19 bytes
f:\dd\vctools\crt_bld\self_x86\crt\src\crtexe.c (377): App.exe!mainCRTStartup
0x757C338A (File and line number not available): kernel32.dll!BaseThreadInitThunk + 0x12 bytes
0x77D69F72 (File and line number not available): ntdll.dll!RtlInitializeExceptionChain + 0x63 bytes
0x77D69F45 (File and line number not available): ntdll.dll!RtlInitializeExceptionChain + 0x36 bytes
Data:
00 00 00 00 14 00 00 00 00 00 FD FE 00 00 FD FE ........ ........
00 00 00 00 00 00 FD FE 00 00 FD FE 00 00 00 00 ........ ........
00 00 FD FE 00 00 FD FE 00 00 00 00 00 00 FD FE ........ ........
00 00 FD FE 00 00 00 00 00 00 FD FE 00 00 FD FE ........ ........
00 00 00 00 00 00 FD FE 00 00 FD FE 00 00 00 00 ........ ........
00 00 FD FE 00 00 FD FE 00 00 00 00 00 00 FD FE ........ ........
00 00 FD FE 00 00 00 00 00 00 FD FE 00 00 FD FE ........ ........
00 00 00 00 00 00 FD FE 00 00 FD FE 00 00 00 00 ........ ........
00 00 FD FE 00 00 FD FE 00 00 00 00 00 00 FD FE ........ ........
00 00 FD FE 00 00 00 00 00 00 FD FE 00 00 FD FE ........ ........
00 00 00 00 00 00 FD FE 00 00 FD FE 00 00 00 00 ........ ........
00 00 FD FE 00 00 FD FE 00 00 00 00 00 00 FD FE ........ ........
00 00 FD FE 00 00 00 00 00 00 FD FE 00 00 FD FE ........ ........
00 00 00 00 00 00 FD FE 00 00 FD FE 00 00 00 00 ........ ........
00 00 FD FE 00 00 FD FE 00 00 00 00 00 00 FD FE ........ ........
00 00 FD FE 00 00 00 00 00 00 00 00 ........ ........

---------- Block 500 at 0x02718FB0: 412 bytes ----------
Leak Hash: 0xDAEA638A, Count: 1, Total 412 bytes
Call Stack (TID 8496):
f:\dd\vctools\crt_bld\self_x86\crt\src\dbgcalloc.c (55): MSVCR110D.dll!calloc
d:\opencascade6.7.1\opencascade-6.7.1\src\standard\standard_mmgropt.cxx (434): TKernel.dll!Standard_MMgrOpt::Allocate + 0x1A bytes
d:\opencascade6.7.1\opencascade-6.7.1\src\standard\standard.cxx (182): TKernel.dll!Standard::Allocate + 0x1B bytes
d:\opencascade6.7.1\opencascade-6.7.1\src\tcollection\tcollection_basicmap.cxx (62): TKernel.dll!TCollection_BasicMap::BeginResize + 0x12 bytes
d:\opencascade6.7.1\opencascade-6.7.1\inc\tcollection_map.gxx (72): TKBRep.dll!TopTools_MapOfShape::ReSize + 0x18 bytes
d:\opencascade6.7.1\opencascade-6.7.1\inc\tcollection_map.gxx (128): TKBRep.dll!TopTools_MapOfShape::Add
d:\opencascade6.7.1\opencascade-6.7.1\src\breptools\breptools_wireexplorer.cxx (193): TKBRep.dll!BRepTools_WireExplorer::Init + 0x12 bytes
d:\opencascade6.7.1\opencascade-6.7.1\src\breptopadaptor\breptopadaptor_fclass2d.cxx (124): TKTopAlgo.dll!BRepTopAdaptor_FClass2d::BRepTopAdaptor_FClass2d + 0x4C bytes
d:\opencascade6.7.1\opencascade-6.7.1\src\breplib\breplib_makeface.cxx (847): TKTopAlgo.dll!BRepLib_MakeFace::CheckInside + 0x1F bytes
d:\opencascade6.7.1\opencascade-6.7.1\src\breplib\breplib_makeface.cxx (366): TKTopAlgo.dll!BRepLib_MakeFace::BRepLib_MakeFace
d:\opencascade6.7.1\opencascade-6.7.1\src\brepfill\brepfill_sweep.cxx (602): TKBool.dll!BuildFace + 0x18 bytes
d:\opencascade6.7.1\opencascade-6.7.1\src\brepfill\brepfill_sweep.cxx (2548): TKBool.dll!BRepFill_Sweep::BuildShell + 0xC7 bytes
d:\opencascade6.7.1\opencascade-6.7.1\src\brepfill\brepfill_sweep.cxx (2705): TKBool.dll!BRepFill_Sweep::Build + 0x48 bytes
d:\opencascade6.7.1\opencascade-6.7.1\src\brepfill\brepfill_pipeshell.cxx (747): TKBool.dll!BRepFill_PipeShell::Build
d:\opencascade6.7.1\opencascade-6.7.1\src\brepoffsetapi\brepoffsetapi_makepipeshell.cxx (240): TKOffset.dll!BRepOffsetAPI_MakePipeShell::Build + 0x11 bytes
g:\pinqucpp\occtlib\app\main.cpp (46): App.exe!main
f:\dd\vctools\crt_bld\self_x86\crt\src\crtexe.c (536): App.exe!__tmainCRTStartup + 0x19 bytes
f:\dd\vctools\crt_bld\self_x86\crt\src\crtexe.c (377): App.exe!mainCRTStartup
0x757C338A (File and line number not available): kernel32.dll!BaseThreadInitThunk + 0x12 bytes
0x77D69F72 (File and line number not available): ntdll.dll!RtlInitializeExceptionChain + 0x63 bytes
0x77D69F45 (File and line number not available): ntdll.dll!RtlInitializeExceptionChain + 0x36 bytes
Data:
50 80 72 02 00 00 00 00 00 00 00 00 00 00 00 00 P.r..... ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ........ ........

---------- Block 501 at 0x02719188: 412 bytes ----------
Leak Hash: 0x6A9C9ECF, Count: 1, Total 412 bytes
Call Stack (TID 8496):
f:\dd\vctools\crt_bld\self_x86\crt\src\dbgcalloc.c (55): MSVCR110D.dll!calloc
d:\opencascade6.7.1\opencascade-6.7.1\src\standard\standard_mmgropt.cxx (434): TKernel.dll!Standard_MMgrOpt::Allocate + 0x1A bytes
d:\opencascade6.7.1\opencascade-6.7.1\src\standard\standard.cxx (182): TKernel.dll!Standard::Allocate + 0x1B bytes
d:\opencascade6.7.1\opencascade-6.7.1\src\tcollection\tcollection_basicmap.cxx (62): TKernel.dll!TCollection_BasicMap::BeginResize + 0x12 bytes
d:\opencascade6.7.1\opencascade-6.7.1\inc\tcollection_map.gxx (72): TKBRep.dll!TopTools_MapOfShape::ReSize + 0x18 bytes
d:\opencascade6.7.1\opencascade-6.7.1\inc\tcollection_map.gxx (128): TKBRep.dll!TopTools_MapOfShape::Add
d:\opencascade6.7.1\opencascade-6.7.1\src\breptools\breptools_wireexplorer.cxx (229): TKBRep.dll!BRepTools_WireExplorer::Init + 0x47 bytes
d:\opencascade6.7.1\opencascade-6.7.1\src\breptopadaptor\breptopadaptor_fclass2d.cxx (124): TKTopAlgo.dll!BRepTopAdaptor_FClass2d::BRepTopAdaptor_FClass2d + 0x4C bytes
d:\opencascade6.7.1\opencascade-6.7.1\src\breplib\breplib_makeface.cxx (847): TKTopAlgo.dll!BRepLib_MakeFace::CheckInside + 0x1F bytes
d:\opencascade6.7.1\opencascade-6.7.1\src\breplib\breplib_makeface.cxx (366): TKTopAlgo.dll!BRepLib_MakeFace::BRepLib_MakeFace
d:\opencascade6.7.1\opencascade-6.7.1\src\brepfill\brepfill_sweep.cxx (602): TKBool.dll!BuildFace + 0x18 bytes
d:\opencascade6.7.1\opencascade-6.7.1\src\brepfill\brepfill_sweep.cxx (2548): TKBool.dll!BRepFill_Sweep::BuildShell + 0xC7 bytes
d:\opencascade6.7.1\opencascade-6.7.1\src\brepfill\brepfill_sweep.cxx (2705): TKBool.dll!BRepFill_Sweep::Build + 0x48 bytes
d:\opencascade6.7.1\opencascade-6.7.1\src\brepfill\brepfill_pipeshell.cxx (747): TKBool.dll!BRepFill_PipeShell::Build
d:\opencascade6.7.1\opencascade-6.7.1\src\brepoffsetapi\brepoffsetapi_makepipeshell.cxx (240): TKOffset.dll!BRepOffsetAPI_MakePipeShell::Build + 0x11 bytes
g:\pinqucpp\occtlib\app\main.cpp (46): App.exe!main
f:\dd\vctools\crt_bld\self_x86\crt\src\crtexe.c (536): App.exe!__tmainCRTStartup + 0x19 bytes
f:\dd\vctools\crt_bld\self_x86\crt\src\crtexe.c (377): App.exe!mainCRTStartup
0x757C338A (File and line number not available): kernel32.dll!BaseThreadInitThunk + 0x12 bytes
0x77D69F72 (File and line number not available): ntdll.dll!RtlInitializeExceptionChain + 0x63 bytes
0x77D69F45 (File and line number not available): ntdll.dll!RtlInitializeExceptionChain + 0x36 bytes
Data:
38 8D 72 02 00 00 00 00 00 00 00 00 30 D3 65 04 8.r..... ....0.e.
08 ED 64 04 34 F2 64 04 28 8F 65 04 EC D7 65 04 ..d.4.d. (.e...e.
40 D0 65 04 E8 AC 65 04 AC 5D 65 04 30 FC 64 04 @.e...e. .]e.0.d.
00 C1 65 04 08 AF 65 04 8C C3 65 04 C4 F5 64 04 ..e...e. ..e...d.
30 31 66 04 60 B2 65 04 D4 F8 65 04 88 31 66 04 01f.`.e. ..e..1f.
90 37 66 04 04 31 66 04 E8 37 66 04 00 00 00 00 .7f..1f. .7f.....
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ........ ........

---------- Block 850 at 0x02719360: 1764 bytes ----------
Leak Hash: 0xEF75BE7E, Count: 1, Total 1764 bytes
Call Stack (TID 8496):
f:\dd\vctools\crt_bld\self_x86\crt\src\dbgcalloc.c (55): MSVCR110D.dll!calloc
d:\opencascade6.7.1\opencascade-6.7.1\src\standard\standard_mmgropt.cxx (434): TKernel.dll!Standard_MMgrOpt::Allocate + 0x1A bytes
d:\opencascade6.7.1\opencascade-6.7.1\src\standard\standard.cxx (182): TKernel.dll!Standard::Allocate + 0x1B bytes
d:\opencascade6.7.1\opencascade-6.7.1\src\bopalgo\bopalgo_pavefiller.cxx (142): TKBO.dll!BOPAlgo_PaveFiller::Init + 0xA bytes
d:\opencascade6.7.1\opencascade-6.7.1\src\bopalgo\bopalgo_pavefiller.cxx (166): TKBO.dll!BOPAlgo_PaveFiller::Perform + 0xF bytes
d:\opencascade6.7.1\opencascade-6.7.1\src\brepfill\brepfill_trimshellcorner.cxx (304): TKBool.dll!BRepFill_TrimShellCorner::Perform
d:\opencascade6.7.1\opencascade-6.7.1\src\brepfill\brepfill_sweep.cxx (3004): TKBool.dll!BRepFill_Sweep::PerformCorner
d:\opencascade6.7.1\opencascade-6.7.1\src\brepfill\brepfill_sweep.cxx (2711): TKBool.dll!BRepFill_Sweep::Build
d:\opencascade6.7.1\opencascade-6.7.1\src\brepfill\brepfill_pipeshell.cxx (747): TKBool.dll!BRepFill_PipeShell::Build
d:\opencascade6.7.1\opencascade-6.7.1\src\brepoffsetapi\brepoffsetapi_makepipeshell.cxx (240): TKOffset.dll!BRepOffsetAPI_MakePipeShell::Build + 0x11 bytes
g:\pinqucpp\occtlib\app\main.cpp (46): App.exe!main
f:\dd\vctools\crt_bld\self_x86\crt\src\crtexe.c (536): App.exe!__tmainCRTStartup + 0x19 bytes
f:\dd\vctools\crt_bld\self_x86\crt\src\crtexe.c (377): App.exe!mainCRTStartup
0x757C338A (File and line number not available): kernel32.dll!BaseThreadInitThunk + 0x12 bytes
0x77D69F72 (File and line number not available): ntdll.dll!RtlInitializeExceptionChain + 0x63 bytes
0x77D69F45 (File and line number not available): ntdll.dll!RtlInitializeExceptionChain + 0x36 bytes
Data:
70 46 73 02 F8 B6 39 02 00 00 00 00 00 00 FD FE pFs...9. ........
C8 B0 39 02 00 00 FD FE 00 00 FD FE 00 00 00 00 ..9..... ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ........ ........
02 00 00 00 08 00 00 00 00 00 00 00 84 B1 39 02 ........ ......9.
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ........ ........
00 00 FD FE 74 00 00 00 3A 00 00 00 00 00 00 00 ....t... :.......
00 00 00 00 C4 B5 39 02 00 00 00 00 00 00 FD FE ......9. ........
00 00 FD FE 03 00 00 00 08 00 00 00 00 00 00 00 ........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ........ ........
00 00 00 00 01 00 00 00 00 00 00 00 08 B3 39 02 ........ ......9.
00 00 FD FE 00 00 FD FE 00 00 00 00 00 00 00 00 ........ ........
00 00 00 00 FF FF FF FF FF FF FF FF 00 00 00 00 ........ ........
00 00 00 00 00 00 FD FE 00 00 00 00 08 B3 39 02 ........ ......9.
00 00 FD FE 00 00 FD FE 00 00 00 00 00 00 00 00 ........ ........

---------- Block 851 at 0x02719A80: 13924 bytes ----------
Leak Hash: 0xF56B1269, Count: 1, Total 13924 bytes
Call Stack (TID 8496):
f:\dd\vctools\crt_bld\self_x86\crt\src\dbgcalloc.c (55): MSVCR110D.dll!calloc
d:\opencascade6.7.1\opencascade-6.7.1\src\standard\standard_mmgropt.cxx (434): TKernel.dll!Standard_MMgrOpt::Allocate + 0x1A bytes
d:\opencascade6.7.1\opencascade-6.7.1\src\standard\standard.cxx (182): TKernel.dll!Standard::Allocate + 0x1B bytes
d:\opencascade6.7.1\opencascade-6.7.1\src\ncollection\ncollection_baseallocator.cxx (36): TKernel.dll!NCollection_BaseAllocator::Allocate + 0x9 bytes
d:\opencascade6.7.1\opencascade-6.7.1\inc\bopcol_array1.hxx (85): TKBO.dll!BOPCol_MemBlock::Allocate + 0x25 bytes
d:\opencascade6.7.1\opencascade-6.7.1\inc\bopcol_array1.hxx (268): TKBO.dll!BOPCol_Array1::Init
d:\opencascade6.7.1\opencascade-6.7.1\src\bopds\bopds_ds.cxx (363): TKBO.dll!BOPDS_DS::Init
d:\opencascade6.7.1\opencascade-6.7.1\src\bopalgo\bopalgo_pavefiller.cxx (147): TKBO.dll!BOPAlgo_PaveFiller::Init
d:\opencascade6.7.1\opencascade-6.7.1\src\bopalgo\bopalgo_pavefiller.cxx (166): TKBO.dll!BOPAlgo_PaveFiller::Perform + 0xF bytes
d:\opencascade6.7.1\opencascade-6.7.1\src\brepfill\brepfill_trimshellcorner.cxx (304): TKBool.dll!BRepFill_TrimShellCorner::Perform
d:\opencascade6.7.1\opencascade-6.7.1\src\brepfill\brepfill_sweep.cxx (3004): TKBool.dll!BRepFill_Sweep::PerformCorner
d:\opencascade6.7.1\opencascade-6.7.1\src\brepfill\brepfill_sweep.cxx (2711): TKBool.dll!BRepFill_Sweep::Build
d:\opencascade6.7.1\opencascade-6.7.1\src\brepfill\brepfill_pipeshell.cxx (747): TKBool.dll!BRepFill_PipeShell::Build
d:\opencascade6.7.1\opencascade-6.7.1\src\brepoffsetapi\brepoffsetapi_makepipeshell.cxx (240): TKOffset.dll!BRepOffsetAPI_MakePipeShell::Build + 0x11 bytes
g:\pinqucpp\occtlib\app\main.cpp (46): App.exe!main
f:\dd\vctools\crt_bld\self_x86\crt\src\crtexe.c (536): App.exe!__tmainCRTStartup + 0x19 bytes
f:\dd\vctools\crt_bld\self_x86\crt\src\crtexe.c (377): App.exe!mainCRTStartup
0x757C338A (File and line number not available): kernel32.dll!BaseThreadInitThunk + 0x12 bytes
0x77D69F72 (File and line number not available): ntdll.dll!RtlInitializeExceptionChain + 0x63 bytes
0x77D69F45 (File and line number not available): ntdll.dll!RtlInitializeExceptionChain + 0x36 bytes
Data:
00 00 00 00 C4 B5 39 02 00 00 00 00 00 00 FD FE ......9. ........
00 00 FD FE 00 00 00 00 03 00 00 00 00 00 00 00 ........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ........ ........
00 00 00 00 01 00 00 00 00 00 00 00 08 B3 39 02 ........ ......9.
00 00 FD FE 00 00 FD FE 00 00 00 00 00 00 00 00 ........ ........
00 00 00 00 FF FF FF FF FF FF FF FF C4 B5 39 02 ........ ......9.
00 00 00 00 00 00 FD FE 00 00 FD FE 00 00 00 00 ........ ........
04 00 00 00 00 00 00 00 00 00 49 40 00 00 00 00 ........ ..I@....
00 80 51 40 00 00 00 00 00 00 54 40 78 1E ED 11 ..Q@.... ..T@x...
85 67 61 40 18 00 00 00 00 00 D4 BC 00 00 00 00 .ga@.... ........
00 00 00 00 A2 4A 5D CA AA 1C 7B 3E 00 00 00 00 .....J]. ..{>....
00 00 00 00 08 B3 39 02 00 00 FD FE 00 00 FD FE ......9. ........
00 00 00 00 00 00 00 00 00 00 00 00 04 00 00 00 ........ ........
FF FF FF FF C4 B5 39 02 00 00 00 00 00 00 FD FE ......9. ........

---------- Block 1417 at 0x0271D120: 4372 bytes ----------
Leak Hash: 0x2572BED2, Count: 1, Total 4372 bytes
Call Stack (TID 8496):
f:\dd\vctools\crt_bld\self_x86\crt\src\dbgcalloc.c (55): MSVCR110D.dll!calloc
d:\opencascade6.7.1\opencascade-6.7.1\src\standard\standard_mmgropt.cxx (434): TKernel.dll!Standard_MMgrOpt::Allocate + 0x1A bytes
d:\opencascade6.7.1\opencascade-6.7.1\src\standard\standard.cxx (182): TKernel.dll!Standard::Allocate + 0x1B bytes
d:\opencascade6.7.1\opencascade-6.7.1\src\ncollection\ncollection_baseallocator.cxx (36): TKernel.dll!NCollection_BaseAllocator::Allocate + 0x9 bytes
d:\opencascade6.7.1\opencascade-6.7.1\inc\bopcol_array1.hxx (85): TKBO.dll!BOPCol_MemBlock::Allocate + 0x28 bytes
d:\opencascade6.7.1\opencascade-6.7.1\inc\bopcol_array1.hxx (268): TKBO.dll!BOPCol_Array1::Init
d:\opencascade6.7.1\opencascade-6.7.1\src\bopalgo\bopalgo_pavefiller_6.cxx (126): TKBO.dll!BOPAlgo_PaveFiller::PerformFF
d:\opencascade6.7.1\opencascade-6.7.1\src\bopalgo\bopalgo_pavefiller.cxx (204): TKBO.dll!BOPAlgo_PaveFiller::Perform + 0xF bytes
d:\opencascade6.7.1\opencascade-6.7.1\src\brepfill\brepfill_trimshellcorner.cxx (304): TKBool.dll!BRepFill_TrimShellCorner::Perform
d:\opencascade6.7.1\opencascade-6.7.1\src\brepfill\brepfill_sweep.cxx (3004): TKBool.dll!BRepFill_Sweep::PerformCorner
d:\opencascade6.7.1\opencascade-6.7.1\src\brepfill\brepfill_sweep.cxx (2711): TKBool.dll!BRepFill_Sweep::Build
d:\opencascade6.7.1\opencascade-6.7.1\src\brepfill\brepfill_pipeshell.cxx (747): TKBool.dll!BRepFill_PipeShell::Build
d:\opencascade6.7.1\opencascade-6.7.1\src\brepoffsetapi\brepoffsetapi_makepipeshell.cxx (240): TKOffset.dll!BRepOffsetAPI_MakePipeShell::Build + 0x11 bytes
g:\pinqucpp\occtlib\app\main.cpp (46): App.exe!main
f:\dd\vctools\crt_bld\self_x86\crt\src\crtexe.c (536): App.exe!__tmainCRTStartup + 0x19 bytes
f:\dd\vctools\crt_bld\self_x86\crt\src\crtexe.c (377): App.exe!mainCRTStartup
0x757C338A (File and line number not available): kernel32.dll!BaseThreadInitThunk + 0x12 bytes
0x77D69F72 (File and line number not available): ntdll.dll!RtlInitializeExceptionChain + 0x63 bytes
0x77D69F45 (File and line number not available): ntdll.dll!RtlInitializeExceptionChain + 0x36 bytes
Data:
00 00 00 00 A0 B6 39 02 01 00 00 00 1E 00 00 00 ......9. ........
FF FF FF FF 00 00 FD FE 01 00 00 00 48 AF BC 9A ........ ....H...
F2 D7 7A 3E 48 AF BC 9A F2 D7 7A 3E 20 00 00 00 ..z>H... ..z>....
08 00 00 00 00 00 00 00 00 00 00 00 90 B6 39 02 ........ ......9.
00 00 00 00 00 00 FD FE 00 00 FD FE 00 00 FD FE ........ ........
00 00 FD FE 18 B5 39 02 00 00 FD FE 00 00 FD FE ......9. ........
00 00 00 00 00 00 00 00 00 00 00 00 08 B3 39 02 ........ ......9.
00 00 FD FE 00 00 FD FE 00 00 00 00 00 00 00 00 ........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ........ ........
00 00 00 00 00 00 00 00 00 00 00 00 01 00 00 00 ........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 FD FE ........ ........
00 00 00 00 20 00 00 00 08 00 00 00 00 00 00 00 ........ ........
00 00 00 00 98 B6 39 02 00 00 00 00 00 00 00 00 ......9. ........
00 C0 58 40 00 00 00 00 00 C0 58 40 00 00 00 00 ..X@.... ..X@....

---------- Block 1843 at 0x0271E270: 6084 bytes ----------
Leak Hash: 0x2DEAB67D, Count: 1, Total 6084 bytes
Call Stack (TID 8496):
f:\dd\vctools\crt_bld\self_x86\crt\src\dbgcalloc.c (55): MSVCR110D.dll!calloc
d:\opencascade6.7.1\opencascade-6.7.1\src\standard\standard_mmgropt.cxx (434): TKernel.dll!Standard_MMgrOpt::Allocate + 0x1A bytes
d:\opencascade6.7.1\opencascade-6.7.1\src\standard\standard.cxx (182): TKernel.dll!Standard::Allocate + 0x1B bytes
d:\opencascade6.7.1\opencascade-6.7.1\src\ncollection\ncollection_baseallocator.cxx (36): TKernel.dll!NCollection_BaseAllocator::Allocate + 0x9 bytes
d:\opencascade6.7.1\opencascade-6.7.1\inc\bopcol_array1.hxx (85): TKBO.dll!BOPCol_MemBlock::Allocate + 0x28 bytes
d:\opencascade6.7.1\opencascade-6.7.1\inc\bopcol_array1.hxx (268): TKBO.dll!BOPCol_Array1::Init
d:\opencascade6.7.1\opencascade-6.7.1\src\bopalgo\bopalgo_pavefiller_5.cxx (97): TKBO.dll!BOPAlgo_PaveFiller::PerformEF
d:\opencascade6.7.1\opencascade-6.7.1\src\bopalgo\bopalgo_pavefiller.cxx (193): TKBO.dll!BOPAlgo_PaveFiller::Perform + 0xF bytes
d:\opencascade6.7.1\opencascade-6.7.1\src\brepfill\brepfill_trimshellcorner.cxx (304): TKBool.dll!BRepFill_TrimShellCorner::Perform
d:\opencascade6.7.1\opencascade-6.7.1\src\brepfill\brepfill_sweep.cxx (3004): TKBool.dll!BRepFill_Sweep::PerformCorner
d:\opencascade6.7.1\opencascade-6.7.1\src\brepfill\brepfill_sweep.cxx (2711): TKBool.dll!BRepFill_Sweep::Build
d:\opencascade6.7.1\opencascade-6.7.1\src\brepfill\brepfill_pipeshell.cxx (747): TKBool.dll!BRepFill_PipeShell::Build
d:\opencascade6.7.1\opencascade-6.7.1\src\brepoffsetapi\brepoffsetapi_makepipeshell.cxx (240): TKOffset.dll!BRepOffsetAPI_MakePipeShell::Build + 0x11 bytes
g:\pinqucpp\occtlib\app\main.cpp (46): App.exe!main
f:\dd\vctools\crt_bld\self_x86\crt\src\crtexe.c (536): App.exe!__tmainCRTStartup + 0x19 bytes
f:\dd\vctools\crt_bld\self_x86\crt\src\crtexe.c (377): App.exe!mainCRTStartup
0x757C338A (File and line number not available): kernel32.dll!BaseThreadInitThunk + 0x12 bytes
0x77D69F72 (File and line number not available): ntdll.dll!RtlInitializeExceptionChain + 0x63 bytes
0x77D69F45 (File and line number not available): ntdll.dll!RtlInitializeExceptionChain + 0x36 bytes
Data:
00 00 00 00 A0 B6 39 02 20 00 00 00 01 00 00 00 ......9. ........
FF FF FF FF 00 00 FD FE 00 00 00 00 00 00 FD FE ........ ........
00 00 FD FE 01 00 00 00 00 00 FD FE 00 00 FD FE ........ ........
03 00 00 00 06 00 00 00 00 00 00 00 AD 01 A5 FC ........ ........
FF FF 2F C0 AD FF E4 2F 99 39 23 40 00 00 00 00 ../..../ .9#@....
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ........ ........
00 00 00 00 A4 27 AC FF FF 7F 51 40 BD 13 DB D9 .....'.. ..Q@....
CC 98 57 40 0A 00 00 00 00 00 E4 BC B8 B0 A7 00 ..W@.... ........
00 00 49 40 C4 EC 54 D9 CC 98 5B 40 FA FF FF FF ..I@..T. ..[@....
FF FF E3 BC A0 B6 39 02 25 00 00 00 01 00 00 00 ......9. %.......
FF FF FF FF 00 00 FD FE 00 00 00 00 00 00 FD FE ........ ........
00 00 FD FE 00 00 00 00 00 00 FD FE 00 00 FD FE ........ ........
03 00 00 00 06 00 00 00 00 00 00 00 48 AF BC 9A ........ ....H...
F2 D7 7A 3E D6 7F F2 97 CC 9C 39 40 00 00 00 00 ..z>.... ..9@....
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ........ ........

---------- Block 2039 at 0x0271FA70: 564 bytes ----------
Leak Hash: 0x17E6B6BA, Count: 1, Total 564 bytes
Call Stack (TID 8496):
f:\dd\vctools\crt_bld\self_x86\crt\src\dbgcalloc.c (55): MSVCR110D.dll!calloc
d:\opencascade6.7.1\opencascade-6.7.1\src\standard\standard_mmgropt.cxx (434): TKernel.dll!Standard_MMgrOpt::Allocate + 0x1A bytes
d:\opencascade6.7.1\opencascade-6.7.1\src\standard\standard.cxx (182): TKernel.dll!Standard::Allocate + 0x1B bytes
d:\opencascade6.7.1\opencascade-6.7.1\src\topexp\topexp_explorer.cxx (59): TKBRep.dll!TopExp_Explorer::TopExp_Explorer + 0xA bytes
d:\opencascade6.7.1\opencascade-6.7.1\src\breptopadaptor\breptopadaptor_topoltool.cxx (88): TKTopAlgo.dll!BRepTopAdaptor_TopolTool::Initialize + 0x16 bytes
d:\opencascade6.7.1\opencascade-6.7.1\src\breptopadaptor\breptopadaptor_topoltool.cxx (60): TKTopAlgo.dll!BRepTopAdaptor_TopolTool::BRepTopAdaptor_TopolTool
d:\opencascade6.7.1\opencascade-6.7.1\src\intcurvesface\intcurvesface_intersector.cxx (80): TKTopAlgo.dll!IntCurvesFace_Intersector::IntCurvesFace_Intersector + 0x32 bytes
d:\opencascade6.7.1\opencascade-6.7.1\src\brepclass3d\brepclass3d_solidexplorer.cxx (778): TKTopAlgo.dll!BRepClass3d_SolidExplorer::InitShape + 0x33 bytes
d:\opencascade6.7.1\opencascade-6.7.1\src\brepclass3d\brepclass3d_solidexplorer.cxx (718): TKTopAlgo.dll!BRepClass3d_SolidExplorer::BRepClass3d_SolidExplorer
d:\opencascade6.7.1\opencascade-6.7.1\src\brepclass3d\brepclass3d_solidclassifier.cxx (100): TKTopAlgo.dll!BRepClass3d_SolidClassifier::BRepClass3d_SolidClassifier + 0x55 bytes
d:\opencascade6.7.1\opencascade-6.7.1\src\brepfill\brepfill_pipeshell.cxx (836): TKBool.dll!BRepFill_PipeShell::MakeSolid + 0xF bytes
d:\opencascade6.7.1\opencascade-6.7.1\src\brepoffsetapi\brepoffseta

Attachments: 
Forum supervisor's picture

Dear Tom,
These reported leaks are obviously false positives caused by use of OCCT optimized memory manager (that reuses memory blocks instead of returning them to the system).
Define environment variable MMGT_OPT to 0 to switch it to standard memory manager, this should fix the issue.
Best regards
FSR

Thomas Rabenbauer's picture

I switch MMGT_OPT to 0 and there still some strange output which the size of "leak memory" is zero
======================================================================================================
Visual Leak Detector Version 2.4RC2 installed.
WARNING: Visual Leak Detector detected memory leaks!
---------- Block 23266 at 0x02AF23B0: 0 bytes ----------
Leak Hash: 0xC85013A7, Count: 1, Total 0 bytes
Call Stack (TID 2564):
f:\dd\vctools\crt_bld\self_x86\crt\src\dbgcalloc.c (55): MSVCR110D.dll!calloc
d:\opencascade6.7.1\opencascade-6.7.1\src\standard\standard_mmgrraw.cxx (42): TKernel.dll!Standard_MMgrRaw::Allocate + 0x17 bytes
d:\opencascade6.7.1\opencascade-6.7.1\src\standard\standard.cxx (182): TKernel.dll!Standard::Allocate + 0x1B bytes
d:\opencascade6.7.1\opencascade-6.7.1\src\ncollection\ncollection_baseallocator.cxx (36): TKernel.dll!NCollection_BaseAllocator::Allocate + 0x9 bytes
d:\opencascade6.7.1\opencascade-6.7.1\src\bopds\bopds_ds.cxx (1763): TKBO.dll!BOPDS_DS::Paves + 0x2E bytes
d:\opencascade6.7.1\opencascade-6.7.1\src\brepfill\brepfill_trimshellcorner.cxx (1437): TKBool.dll!FindFromUEdge
d:\opencascade6.7.1\opencascade-6.7.1\src\brepfill\brepfill_trimshellcorner.cxx (762): TKBool.dll!MakeFacesSec + 0x65 bytes
d:\opencascade6.7.1\opencascade-6.7.1\src\brepfill\brepfill_trimshellcorner.cxx (363): TKBool.dll!BRepFill_TrimShellCorner::Perform + 0x3C bytes
d:\opencascade6.7.1\opencascade-6.7.1\src\brepfill\brepfill_sweep.cxx (3004): TKBool.dll!BRepFill_Sweep::PerformCorner
d:\opencascade6.7.1\opencascade-6.7.1\src\brepfill\brepfill_sweep.cxx (2711): TKBool.dll!BRepFill_Sweep::Build
d:\opencascade6.7.1\opencascade-6.7.1\src\brepfill\brepfill_pipeshell.cxx (747): TKBool.dll!BRepFill_PipeShell::Build
d:\opencascade6.7.1\opencascade-6.7.1\src\brepoffsetapi\brepoffsetapi_makepipeshell.cxx (240): TKOffset.dll!BRepOffsetAPI_MakePipeShell::Build + 0x11 bytes
g:\pinqucpp\occtlib\app\main.cpp (46): App.exe!main
f:\dd\vctools\crt_bld\self_x86\crt\src\crtexe.c (536): App.exe!__tmainCRTStartup + 0x19 bytes
f:\dd\vctools\crt_bld\self_x86\crt\src\crtexe.c (377): App.exe!mainCRTStartup
0x757C338A (File and line number not available): kernel32.dll!BaseThreadInitThunk + 0x12 bytes
0x77D69F72 (File and line number not available): ntdll.dll!RtlInitializeExceptionChain + 0x63 bytes
0x77D69F45 (File and line number not available): ntdll.dll!RtlInitializeExceptionChain + 0x36 bytes
Data:

---------- Block 22792 at 0x02AF2A08: 0 bytes ----------
Leak Hash: 0xC85013A7, Count: 1, Total 0 bytes
Call Stack (TID 2564):
f:\dd\vctools\crt_bld\self_x86\crt\src\dbgcalloc.c (55): MSVCR110D.dll!calloc
d:\opencascade6.7.1\opencascade-6.7.1\src\standard\standard_mmgrraw.cxx (42): TKernel.dll!Standard_MMgrRaw::Allocate + 0x17 bytes
d:\opencascade6.7.1\opencascade-6.7.1\src\standard\standard.cxx (182): TKernel.dll!Standard::Allocate + 0x1B bytes
d:\opencascade6.7.1\opencascade-6.7.1\src\ncollection\ncollection_baseallocator.cxx (36): TKernel.dll!NCollection_BaseAllocator::Allocate + 0x9 bytes
d:\opencascade6.7.1\opencascade-6.7.1\src\bopds\bopds_ds.cxx (1763): TKBO.dll!BOPDS_DS::Paves + 0x2E bytes
d:\opencascade6.7.1\opencascade-6.7.1\src\brepfill\brepfill_trimshellcorner.cxx (1437): TKBool.dll!FindFromUEdge
d:\opencascade6.7.1\opencascade-6.7.1\src\brepfill\brepfill_trimshellcorner.cxx (762): TKBool.dll!MakeFacesSec + 0x65 bytes
d:\opencascade6.7.1\opencascade-6.7.1\src\brepfill\brepfill_trimshellcorner.cxx (363): TKBool.dll!BRepFill_TrimShellCorner::Perform + 0x3C bytes
d:\opencascade6.7.1\opencascade-6.7.1\src\brepfill\brepfill_sweep.cxx (3004): TKBool.dll!BRepFill_Sweep::PerformCorner
d:\opencascade6.7.1\opencascade-6.7.1\src\brepfill\brepfill_sweep.cxx (2711): TKBool.dll!BRepFill_Sweep::Build
d:\opencascade6.7.1\opencascade-6.7.1\src\brepfill\brepfill_pipeshell.cxx (747): TKBool.dll!BRepFill_PipeShell::Build
d:\opencascade6.7.1\opencascade-6.7.1\src\brepoffsetapi\brepoffsetapi_makepipeshell.cxx (240): TKOffset.dll!BRepOffsetAPI_MakePipeShell::Build + 0x11 bytes
g:\pinqucpp\occtlib\app\main.cpp (46): App.exe!main
f:\dd\vctools\crt_bld\self_x86\crt\src\crtexe.c (536): App.exe!__tmainCRTStartup + 0x19 bytes
f:\dd\vctools\crt_bld\self_x86\crt\src\crtexe.c (377): App.exe!mainCRTStartup
0x757C338A (File and line number not available): kernel32.dll!BaseThreadInitThunk + 0x12 bytes
0x77D69F72 (File and line number not available): ntdll.dll!RtlInitializeExceptionChain + 0x63 bytes
0x77D69F45 (File and line number not available): ntdll.dll!RtlInitializeExceptionChain + 0x36 bytes
Data:

---------- Block 22714 at 0x02AF5EF8: 0 bytes ----------
Leak Hash: 0x5688ECC5, Count: 1, Total 0 bytes
Call Stack (TID 2564):
f:\dd\vctools\crt_bld\self_x86\crt\src\dbgcalloc.c (55): MSVCR110D.dll!calloc
d:\opencascade6.7.1\opencascade-6.7.1\src\standard\standard_mmgrraw.cxx (42): TKernel.dll!Standard_MMgrRaw::Allocate + 0x17 bytes
d:\opencascade6.7.1\opencascade-6.7.1\src\standard\standard.cxx (182): TKernel.dll!Standard::Allocate + 0x1B bytes
d:\opencascade6.7.1\opencascade-6.7.1\src\ncollection\ncollection_baseallocator.cxx (36): TKernel.dll!NCollection_BaseAllocator::Allocate + 0x9 bytes
d:\opencascade6.7.1\opencascade-6.7.1\src\bopds\bopds_ds.cxx (1763): TKBO.dll!BOPDS_DS::Paves + 0x2E bytes
d:\opencascade6.7.1\opencascade-6.7.1\src\brepfill\brepfill_trimshellcorner.cxx (1338): TKBool.dll!FindNextVertex
d:\opencascade6.7.1\opencascade-6.7.1\src\brepfill\brepfill_trimshellcorner.cxx (1440): TKBool.dll!FindFromUEdge + 0x1F bytes
d:\opencascade6.7.1\opencascade-6.7.1\src\brepfill\brepfill_trimshellcorner.cxx (762): TKBool.dll!MakeFacesSec + 0x65 bytes
d:\opencascade6.7.1\opencascade-6.7.1\src\brepfill\brepfill_trimshellcorner.cxx (363): TKBool.dll!BRepFill_TrimShellCorner::Perform + 0x3C bytes
d:\opencascade6.7.1\opencascade-6.7.1\src\brepfill\brepfill_sweep.cxx (3004): TKBool.dll!BRepFill_Sweep::PerformCorner
d:\opencascade6.7.1\opencascade-6.7.1\src\brepfill\brepfill_sweep.cxx (2711): TKBool.dll!BRepFill_Sweep::Build
d:\opencascade6.7.1\opencascade-6.7.1\src\brepfill\brepfill_pipeshell.cxx (747): TKBool.dll!BRepFill_PipeShell::Build
d:\opencascade6.7.1\opencascade-6.7.1\src\brepoffsetapi\brepoffsetapi_makepipeshell.cxx (240): TKOffset.dll!BRepOffsetAPI_MakePipeShell::Build + 0x11 bytes
g:\pinqucpp\occtlib\app\main.cpp (46): App.exe!main
f:\dd\vctools\crt_bld\self_x86\crt\src\crtexe.c (536): App.exe!__tmainCRTStartup + 0x19 bytes
f:\dd\vctools\crt_bld\self_x86\crt\src\crtexe.c (377): App.exe!mainCRTStartup
0x757C338A (File and line number not available): kernel32.dll!BaseThreadInitThunk + 0x12 bytes
0x77D69F72 (File and line number not available): ntdll.dll!RtlInitializeExceptionChain + 0x63 bytes
0x77D69F45 (File and line number not available): ntdll.dll!RtlInitializeExceptionChain + 0x36 bytes
Data:

---------- Block 32437 at 0x02AF9018: 0 bytes ----------
Leak Hash: 0xC85013A7, Count: 1, Total 0 bytes
Call Stack (TID 2564):
f:\dd\vctools\crt_bld\self_x86\crt\src\dbgcalloc.c (55): MSVCR110D.dll!calloc
d:\opencascade6.7.1\opencascade-6.7.1\src\standard\standard_mmgrraw.cxx (42): TKernel.dll!Standard_MMgrRaw::Allocate + 0x17 bytes
d:\opencascade6.7.1\opencascade-6.7.1\src\standard\standard.cxx (182): TKernel.dll!Standard::Allocate + 0x1B bytes
d:\opencascade6.7.1\opencascade-6.7.1\src\ncollection\ncollection_baseallocator.cxx (36): TKernel.dll!NCollection_BaseAllocator::Allocate + 0x9 bytes
d:\opencascade6.7.1\opencascade-6.7.1\src\bopds\bopds_ds.cxx (1763): TKBO.dll!BOPDS_DS::Paves + 0x2E bytes
d:\opencascade6.7.1\opencascade-6.7.1\src\brepfill\brepfill_trimshellcorner.cxx (1437): TKBool.dll!FindFromUEdge
d:\opencascade6.7.1\opencascade-6.7.1\src\brepfill\brepfill_trimshellcorner.cxx (762): TKBool.dll!MakeFacesSec + 0x65 bytes
d:\opencascade6.7.1\opencascade-6.7.1\src\brepfill\brepfill_trimshellcorner.cxx (363): TKBool.dll!BRepFill_TrimShellCorner::Perform + 0x3C bytes
d:\opencascade6.7.1\opencascade-6.7.1\src\brepfill\brepfill_sweep.cxx (3004): TKBool.dll!BRepFill_Sweep::PerformCorner
d:\opencascade6.7.1\opencascade-6.7.1\src\brepfill\brepfill_sweep.cxx (2711): TKBool.dll!BRepFill_Sweep::Build
d:\opencascade6.7.1\opencascade-6.7.1\src\brepfill\brepfill_pipeshell.cxx (747): TKBool.dll!BRepFill_PipeShell::Build
d:\opencascade6.7.1\opencascade-6.7.1\src\brepoffsetapi\brepoffsetapi_makepipeshell.cxx (240): TKOffset.dll!BRepOffsetAPI_MakePipeShell::Build + 0x11 bytes
g:\pinqucpp\occtlib\app\main.cpp (46): App.exe!main
f:\dd\vctools\crt_bld\self_x86\crt\src\crtexe.c (536): App.exe!__tmainCRTStartup + 0x19 bytes
f:\dd\vctools\crt_bld\self_x86\crt\src\crtexe.c (377): App.exe!mainCRTStartup
0x757C338A (File and line number not available): kernel32.dll!BaseThreadInitThunk + 0x12 bytes
0x77D69F72 (File and line number not available): ntdll.dll!RtlInitializeExceptionChain + 0x63 bytes
0x77D69F45 (File and line number not available): ntdll.dll!RtlInitializeExceptionChain + 0x36 bytes
Data:

---------- Block 32359 at 0x02AFA200: 0 bytes ----------
Leak Hash: 0x5688ECC5, Count: 1, Total 0 bytes
Call Stack (TID 2564):
f:\dd\vctools\crt_bld\self_x86\crt\src\dbgcalloc.c (55): MSVCR110D.dll!calloc
d:\opencascade6.7.1\opencascade-6.7.1\src\standard\standard_mmgrraw.cxx (42): TKernel.dll!Standard_MMgrRaw::Allocate + 0x17 bytes
d:\opencascade6.7.1\opencascade-6.7.1\src\standard\standard.cxx (182): TKernel.dll!Standard::Allocate + 0x1B bytes
d:\opencascade6.7.1\opencascade-6.7.1\src\ncollection\ncollection_baseallocator.cxx (36): TKernel.dll!NCollection_BaseAllocator::Allocate + 0x9 bytes
d:\opencascade6.7.1\opencascade-6.7.1\src\bopds\bopds_ds.cxx (1763): TKBO.dll!BOPDS_DS::Paves + 0x2E bytes
d:\opencascade6.7.1\opencascade-6.7.1\src\brepfill\brepfill_trimshellcorner.cxx (1338): TKBool.dll!FindNextVertex
d:\opencascade6.7.1\opencascade-6.7.1\src\brepfill\brepfill_trimshellcorner.cxx (1440): TKBool.dll!FindFromUEdge + 0x1F bytes
d:\opencascade6.7.1\opencascade-6.7.1\src\brepfill\brepfill_trimshellcorner.cxx (762): TKBool.dll!MakeFacesSec + 0x65 bytes
d:\opencascade6.7.1\opencascade-6.7.1\src\brepfill\brepfill_trimshellcorner.cxx (363): TKBool.dll!BRepFill_TrimShellCorner::Perform + 0x3C bytes
d:\opencascade6.7.1\opencascade-6.7.1\src\brepfill\brepfill_sweep.cxx (3004): TKBool.dll!BRepFill_Sweep::PerformCorner
d:\opencascade6.7.1\opencascade-6.7.1\src\brepfill\brepfill_sweep.cxx (2711): TKBool.dll!BRepFill_Sweep::Build
d:\opencascade6.7.1\opencascade-6.7.1\src\brepfill\brepfill_pipeshell.cxx (747): TKBool.dll!BRepFill_PipeShell::Build
d:\opencascade6.7.1\opencascade-6.7.1\src\brepoffsetapi\brepoffsetapi_makepipeshell.cxx (240): TKOffset.dll!BRepOffsetAPI_MakePipeShell::Build + 0x11 bytes
g:\pinqucpp\occtlib\app\main.cpp (46): App.exe!main
f:\dd\vctools\crt_bld\self_x86\crt\src\crtexe.c (536): App.exe!__tmainCRTStartup + 0x19 bytes
f:\dd\vctools\crt_bld\self_x86\crt\src\crtexe.c (377): App.exe!mainCRTStartup
0x757C338A (File and line number not available): kernel32.dll!BaseThreadInitThunk + 0x12 bytes
0x77D69F72 (File and line number not available): ntdll.dll!RtlInitializeExceptionChain + 0x63 bytes
0x77D69F45 (File and line number not available): ntdll.dll!RtlInitializeExceptionChain + 0x36 bytes
Data:

---------- Block 32833 at 0x02AFA6B8: 0 bytes ----------
Leak Hash: 0x5688ECC5, Count: 1, Total 0 bytes
Call Stack (TID 2564):
f:\dd\vctools\crt_bld\self_x86\crt\src\dbgcalloc.c (55): MSVCR110D.dll!calloc
d:\opencascade6.7.1\opencascade-6.7.1\src\standard\standard_mmgrraw.cxx (42): TKernel.dll!Standard_MMgrRaw::Allocate + 0x17 bytes
d:\opencascade6.7.1\opencascade-6.7.1\src\standard\standard.cxx (182): TKernel.dll!Standard::Allocate + 0x1B bytes
d:\opencascade6.7.1\opencascade-6.7.1\src\ncollection\ncollection_baseallocator.cxx (36): TKernel.dll!NCollection_BaseAllocator::Allocate + 0x9 bytes
d:\opencascade6.7.1\opencascade-6.7.1\src\bopds\bopds_ds.cxx (1763): TKBO.dll!BOPDS_DS::Paves + 0x2E bytes
d:\opencascade6.7.1\opencascade-6.7.1\src\brepfill\brepfill_trimshellcorner.cxx (1338): TKBool.dll!FindNextVertex
d:\opencascade6.7.1\opencascade-6.7.1\src\brepfill\brepfill_trimshellcorner.cxx (1440): TKBool.dll!FindFromUEdge + 0x1F bytes
d:\opencascade6.7.1\opencascade-6.7.1\src\brepfill\brepfill_trimshellcorner.cxx (762): TKBool.dll!MakeFacesSec + 0x65 bytes
d:\opencascade6.7.1\opencascade-6.7.1\src\brepfill\brepfill_trimshellcorner.cxx (363): TKBool.dll!BRepFill_TrimShellCorner::Perform + 0x3C bytes
d:\opencascade6.7.1\opencascade-6.7.1\src\brepfill\brepfill_sweep.cxx (3004): TKBool.dll!BRepFill_Sweep::PerformCorner
d:\opencascade6.7.1\opencascade-6.7.1\src\brepfill\brepfill_sweep.cxx (2711): TKBool.dll!BRepFill_Sweep::Build
d:\opencascade6.7.1\opencascade-6.7.1\src\brepfill\brepfill_pipeshell.cxx (747): TKBool.dll!BRepFill_PipeShell::Build
d:\opencascade6.7.1\opencascade-6.7.1\src\brepoffsetapi\brepoffsetapi_makepipeshell.cxx (240): TKOffset.dll!BRepOffsetAPI_MakePipeShell::Build + 0x11 bytes
g:\pinqucpp\occtlib\app\main.cpp (46): App.exe!main
f:\dd\vctools\crt_bld\self_x86\crt\src\crtexe.c (536): App.exe!__tmainCRTStartup + 0x19 bytes
f:\dd\vctools\crt_bld\self_x86\crt\src\crtexe.c (377): App.exe!mainCRTStartup
0x757C338A (File and line number not available): kernel32.dll!BaseThreadInitThunk + 0x12 bytes
0x77D69F72 (File and line number not available): ntdll.dll!RtlInitializeExceptionChain + 0x63 bytes
0x77D69F45 (File and line number not available): ntdll.dll!RtlInitializeExceptionChain + 0x36 bytes
Data:

---------- Block 32438 at 0x02AFC2A0: 0 bytes ----------
Leak Hash: 0x5688ECC5, Count: 1, Total 0 bytes
Call Stack (TID 2564):
f:\dd\vctools\crt_bld\self_x86\crt\src\dbgcalloc.c (55): MSVCR110D.dll!calloc
d:\opencascade6.7.1\opencascade-6.7.1\src\standard\standard_mmgrraw.cxx (42): TKernel.dll!Standard_MMgrRaw::Allocate + 0x17 bytes
d:\opencascade6.7.1\opencascade-6.7.1\src\standard\standard.cxx (182): TKernel.dll!Standard::Allocate + 0x1B bytes
d:\opencascade6.7.1\opencascade-6.7.1\src\ncollection\ncollection_baseallocator.cxx (36): TKernel.dll!NCollection_BaseAllocator::Allocate + 0x9 bytes
d:\opencascade6.7.1\opencascade-6.7.1\src\bopds\bopds_ds.cxx (1763): TKBO.dll!BOPDS_DS::Paves + 0x2E bytes
d:\opencascade6.7.1\opencascade-6.7.1\src\brepfill\brepfill_trimshellcorner.cxx (1338): TKBool.dll!FindNextVertex
d:\opencascade6.7.1\opencascade-6.7.1\src\brepfill\brepfill_trimshellcorner.cxx (1440): TKBool.dll!FindFromUEdge + 0x1F bytes
d:\opencascade6.7.1\opencascade-6.7.1\src\brepfill\brepfill_trimshellcorner.cxx (762): TKBool.dll!MakeFacesSec + 0x65 bytes
d:\opencascade6.7.1\opencascade-6.7.1\src\brepfill\brepfill_trimshellcorner.cxx (363): TKBool.dll!BRepFill_TrimShellCorner::Perform + 0x3C bytes
d:\opencascade6.7.1\opencascade-6.7.1\src\brepfill\brepfill_sweep.cxx (3004): TKBool.dll!BRepFill_Sweep::PerformCorner
d:\opencascade6.7.1\opencascade-6.7.1\src\brepfill\brepfill_sweep.cxx (2711): TKBool.dll!BRepFill_Sweep::Build
d:\opencascade6.7.1\opencascade-6.7.1\src\brepfill\brepfill_pipeshell.cxx (747): TKBool.dll!BRepFill_PipeShell::Build
d:\opencascade6.7.1\opencascade-6.7.1\src\brepoffsetapi\brepoffsetapi_makepipeshell.cxx (240): TKOffset.dll!BRepOffsetAPI_MakePipeShell::Build + 0x11 bytes
g:\pinqucpp\occtlib\app\main.cpp (46): App.exe!main
f:\dd\vctools\crt_bld\self_x86\crt\src\crtexe.c (536): App.exe!__tmainCRTStartup + 0x19 bytes
f:\dd\vctools\crt_bld\self_x86\crt\src\crtexe.c (377): App.exe!mainCRTStartup
0x757C338A (File and line number not available): kernel32.dll!BaseThreadInitThunk + 0x12 bytes
0x77D69F72 (File and line number not available): ntdll.dll!RtlInitializeExceptionChain + 0x63 bytes
0x77D69F45 (File and line number not available): ntdll.dll!RtlInitializeExceptionChain + 0x36 bytes
Data:

---------- Block 13089 at 0x02B22A18: 0 bytes ----------
Leak Hash: 0x5688ECC5, Count: 1, Total 0 bytes
Call Stack (TID 2564):
f:\dd\vctools\crt_bld\self_x86\crt\src\dbgcalloc.c (55): MSVCR110D.dll!calloc
d:\opencascade6.7.1\opencascade-6.7.1\src\standard\standard_mmgrraw.cxx (42): TKernel.dll!Standard_MMgrRaw::Allocate + 0x17 bytes
d:\opencascade6.7.1\opencascade-6.7.1\src\standard\standard.cxx (182): TKernel.dll!Standard::Allocate + 0x1B bytes
d:\opencascade6.7.1\opencascade-6.7.1\src\ncollection\ncollection_baseallocator.cxx (36): TKernel.dll!NCollection_BaseAllocator::Allocate + 0x9 bytes
d:\opencascade6.7.1\opencascade-6.7.1\src\bopds\bopds_ds.cxx (1763): TKBO.dll!BOPDS_DS::Paves + 0x2E bytes
d:\opencascade6.7.1\opencascade-6.7.1\src\brepfill\brepfill_trimshellcorner.cxx (1338): TKBool.dll!FindNextVertex
d:\opencascade6.7.1\opencascade-6.7.1\src\brepfill\brepfill_trimshellcorner.cxx (1440): TKBool.dll!FindFromUEdge + 0x1F bytes
d:\opencascade6.7.1\opencascade-6.7.1\src\brepfill\brepfill_trimshellcorner.cxx (762): TKBool.dll!MakeFacesSec + 0x65 bytes
d:\opencascade6.7.1\opencascade-6.7.1\src\brepfill\brepfill_trimshellcorner.cxx (363): TKBool.dll!BRepFill_TrimShellCorner::Perform + 0x3C bytes
d:\opencascade6.7.1\opencascade-6.7.1\src\brepfill\brepfill_sweep.cxx (3004): TKBool.dll!BRepFill_Sweep::PerformCorner
d:\opencascade6.7.1\opencascade-6.7.1\src\brepfill\brepfill_sweep.cxx (2711): TKBool.dll!BRepFill_Sweep::Build
d:\opencascade6.7.1\opencascade-6.7.1\src\brepfill\brepfill_pipeshell.cxx (747): TKBool.dll!BRepFill_PipeShell::Build
d:\opencascade6.7.1\opencascade-6.7.1\src\brepoffsetapi\brepoffsetapi_makepipeshell.cxx (240): TKOffset.dll!BRepOffsetAPI_MakePipeShell::Build + 0x11 bytes
g:\pinqucpp\occtlib\app\main.cpp (46): App.exe!main
f:\dd\vctools\crt_bld\self_x86\crt\src\crtexe.c (536): App.exe!__tmainCRTStartup + 0x19 bytes
f:\dd\vctools\crt_bld\self_x86\crt\src\crtexe.c (377): App.exe!mainCRTStartup
0x757C338A (File and line number not available): kernel32.dll!BaseThreadInitThunk + 0x12 bytes
0x77D69F72 (File and line number not available): ntdll.dll!RtlInitializeExceptionChain + 0x63 bytes
0x77D69F45 (File and line number not available): ntdll.dll!RtlInitializeExceptionChain + 0x36 bytes
Data:

---------- Block 13614 at 0x02B237B0: 0 bytes ----------
Leak Hash: 0x5688ECC5, Count: 1, Total 0 bytes
Call Stack (TID 2564):
f:\dd\vctools\crt_bld\self_x86\crt\src\dbgcalloc.c (55): MSVCR110D.dll!calloc
d:\opencascade6.7.1\opencascade-6.7.1\src\standard\standard_mmgrraw.cxx (42): TKernel.dll!Standard_MMgrRaw::Allocate + 0x17 bytes
d:\opencascade6.7.1\opencascade-6.7.1\src\standard\standard.cxx (182): TKernel.dll!Standard::Allocate + 0x1B bytes
d:\opencascade6.7.1\opencascade-6.7.1\src\ncollection\ncollection_baseallocator.cxx (36): TKernel.dll!NCollection_BaseAllocator::Allocate + 0x9 bytes
d:\opencascade6.7.1\opencascade-6.7.1\src\bopds\bopds_ds.cxx (1763): TKBO.dll!BOPDS_DS::Paves + 0x2E bytes
d:\opencascade6.7.1\opencascade-6.7.1\src\brepfill\brepfill_trimshellcorner.cxx (1338): TKBool.dll!FindNextVertex
d:\opencascade6.7.1\opencascade-6.7.1\src\brepfill\brepfill_trimshellcorner.cxx (1440): TKBool.dll!FindFromUEdge + 0x1F bytes
d:\opencascade6.7.1\opencascade-6.7.1\src\brepfill\brepfill_trimshellcorner.cxx (762): TKBool.dll!MakeFacesSec + 0x65 bytes
d:\opencascade6.7.1\opencascade-6.7.1\src\brepfill\brepfill_trimshellcorner.cxx (363): TKBool.dll!BRepFill_TrimShellCorner::Perform + 0x3C bytes
d:\opencascade6.7.1\opencascade-6.7.1\src\brepfill\brepfill_sweep.cxx (3004): TKBool.dll!BRepFill_Sweep::PerformCorner
d:\opencascade6.7.1\opencascade-6.7.1\src\brepfill\brepfill_sweep.cxx (2711): TKBool.dll!BRepFill_Sweep::Build
d:\opencascade6.7.1\opencascade-6.7.1\src\brepfill\brepfill_pipeshell.cxx (747): TKBool.dll!BRepFill_PipeShell::Build
d:\opencascade6.7.1\opencascade-6.7.1\src\brepoffsetapi\brepoffsetapi_makepipeshell.cxx (240): TKOffset.dll!BRepOffsetAPI_MakePipeShell::Build + 0x11 bytes
g:\pinqucpp\occtlib\app\main.cpp (46): App.exe!main
f:\dd\vctools\crt_bld\self_x86\crt\src\crtexe.c (536): App.exe!__tmainCRTStartup + 0x19 bytes
f:\dd\vctools\crt_bld\self_x86\crt\src\crtexe.c (377): App.exe!mainCRTStartup
0x757C338A (File and line number not available): kernel32.dll!BaseThreadInitThunk + 0x12 bytes
0x77D69F72 (File and line number not available): ntdll.dll!RtlInitializeExceptionChain + 0x63 bytes
0x77D69F45 (File and line number not available): ntdll.dll!RtlInitializeExceptionChain + 0x36 bytes
Data:

---------- Block 13690 at 0x02B31ED0: 0 bytes ----------
Leak Hash: 0xC85013A7, Count: 1, Total 0 bytes
Call Stack (TID 2564):
f:\dd\vctools\crt_bld\self_x86\crt\src\dbgcalloc.c (55): MSVCR110D.dll!calloc
d:\opencascade6.7.1\opencascade-6.7.1\src\standard\standard_mmgrraw.cxx (42): TKernel.dll!Standard_MMgrRaw::Allocate + 0x17 bytes
d:\opencascade6.7.1\opencascade-6.7.1\src\standard\standard.cxx (182): TKernel.dll!Standard::Allocate + 0x1B bytes
d:\opencascade6.7.1\opencascade-6.7.1\src\ncollection\ncollection_baseallocator.cxx (36): TKernel.dll!NCollection_BaseAllocator::Allocate + 0x9 bytes
d:\opencascade6.7.1\opencascade-6.7.1\src\bopds\bopds_ds.cxx (1763): TKBO.dll!BOPDS_DS::Paves + 0x2E bytes
d:\opencascade6.7.1\opencascade-6.7.1\src\brepfill\brepfill_trimshellcorner.cxx (1437): TKBool.dll!FindFromUEdge
d:\opencascade6.7.1\opencascade-6.7.1\src\brepfill\brepfill_trimshellcorner.cxx (762): TKBool.dll!MakeFacesSec + 0x65 bytes
d:\opencascade6.7.1\opencascade-6.7.1\src\brepfill\brepfill_trimshellcorner.cxx (363): TKBool.dll!BRepFill_TrimShellCorner::Perform + 0x3C bytes
d:\opencascade6.7.1\opencascade-6.7.1\src\brepfill\brepfill_sweep.cxx (3004): TKBool.dll!BRepFill_Sweep::PerformCorner
d:\opencascade6.7.1\opencascade-6.7.1\src\brepfill\brepfill_sweep.cxx (2711): TKBool.dll!BRepFill_Sweep::Build
d:\opencascade6.7.1\opencascade-6.7.1\src\brepfill\brepfill_pipeshell.cxx (747): TKBool.dll!BRepFill_PipeShell::Build
d:\opencascade6.7.1\opencascade-6.7.1\src\brepoffsetapi\brepoffsetapi_makepipeshell.cxx (240): TKOffset.dll!BRepOffsetAPI_MakePipeShell::Build + 0x11 bytes
g:\pinqucpp\occtlib\app\main.cpp (46): App.exe!main
f:\dd\vctools\crt_bld\self_x86\crt\src\crtexe.c (536): App.exe!__tmainCRTStartup + 0x19 bytes
f:\dd\vctools\crt_bld\self_x86\crt\src\crtexe.c (377): App.exe!mainCRTStartup
0x757C338A (File and line number not available): kernel32.dll!BaseThreadInitThunk + 0x12 bytes
0x77D69F72 (File and line number not available): ntdll.dll!RtlInitializeExceptionChain + 0x63 bytes
0x77D69F45 (File and line number not available): ntdll.dll!RtlInitializeExceptionChain + 0x36 bytes
Data:

---------- Block 13613 at 0x02B321A8: 0 bytes ----------
Leak Hash: 0xC85013A7, Count: 1, Total 0 bytes
Call Stack (TID 2564):
f:\dd\vctools\crt_bld\self_x86\crt\src\dbgcalloc.c (55): MSVCR110D.dll!calloc
d:\opencascade6.7.1\opencascade-6.7.1\src\standard\standard_mmgrraw.cxx (42): TKernel.dll!Standard_MMgrRaw::Allocate + 0x17 bytes
d:\opencascade6.7.1\opencascade-6.7.1\src\standard\standard.cxx (182): TKernel.dll!Standard::Allocate + 0x1B bytes
d:\opencascade6.7.1\opencascade-6.7.1\src\ncollection\ncollection_baseallocator.cxx (36): TKernel.dll!NCollection_BaseAllocator::Allocate + 0x9 bytes
d:\opencascade6.7.1\opencascade-6.7.1\src\bopds\bopds_ds.cxx (1763): TKBO.dll!BOPDS_DS::Paves + 0x2E bytes
d:\opencascade6.7.1\opencascade-6.7.1\src\brepfill\brepfill_trimshellcorner.cxx (1437): TKBool.dll!FindFromUEdge
d:\opencascade6.7.1\opencascade-6.7.1\src\brepfill\brepfill_trimshellcorner.cxx (762): TKBool.dll!MakeFacesSec + 0x65 bytes
d:\opencascade6.7.1\opencascade-6.7.1\src\brepfill\brepfill_trimshellcorner.cxx (363): TKBool.dll!BRepFill_TrimShellCorner::Perform + 0x3C bytes
d:\opencascade6.7.1\opencascade-6.7.1\src\brepfill\brepfill_sweep.cxx (3004): TKBool.dll!BRepFill_Sweep::PerformCorner
d:\opencascade6.7.1\opencascade-6.7.1\src\brepfill\brepfill_sweep.cxx (2711): TKBool.dll!BRepFill_Sweep::Build
d:\opencascade6.7.1\opencascade-6.7.1\src\brepfill\brepfill_pipeshell.cxx (747): TKBool.dll!BRepFill_PipeShell::Build
d:\opencascade6.7.1\opencascade-6.7.1\src\brepoffsetapi\brepoffsetapi_makepipeshell.cxx (240): TKOffset.dll!BRepOffsetAPI_MakePipeShell::Build + 0x11 bytes
g:\pinqucpp\occtlib\app\main.cpp (46): App.exe!main
f:\dd\vctools\crt_bld\self_x86\crt\src\crtexe.c (536): App.exe!__tmainCRTStartup + 0x19 bytes
f:\dd\vctools\crt_bld\self_x86\crt\src\crtexe.c (377): App.exe!mainCRTStartup
0x757C338A (File and line number not available): kernel32.dll!BaseThreadInitThunk + 0x12 bytes
0x77D69F72 (File and line number not available): ntdll.dll!RtlInitializeExceptionChain + 0x63 bytes
0x77D69F45 (File and line number not available): ntdll.dll!RtlInitializeExceptionChain + 0x36 bytes
Data:

---------- Block 23187 at 0x02B33E00: 0 bytes ----------
Leak Hash: 0xC85013A7, Count: 1, Total 0 bytes
Call Stack (TID 2564):
f:\dd\vctools\crt_bld\self_x86\crt\src\dbgcalloc.c (55): MSVCR110D.dll!calloc
d:\opencascade6.7.1\opencascade-6.7.1\src\standard\standard_mmgrraw.cxx (42): TKernel.dll!Standard_MMgrRaw::Allocate + 0x17 bytes
d:\opencascade6.7.1\opencascade-6.7.1\src\standard\standard.cxx (182): TKernel.dll!Standard::Allocate + 0x1B bytes
d:\opencascade6.7.1\opencascade-6.7.1\src\ncollection\ncollection_baseallocator.cxx (36): TKernel.dll!NCollection_BaseAllocator::Allocate + 0x9 bytes
d:\opencascade6.7.1\opencascade-6.7.1\src\bopds\bopds_ds.cxx (1763): TKBO.dll!BOPDS_DS::Paves + 0x2E bytes
d:\opencascade6.7.1\opencascade-6.7.1\src\brepfill\brepfill_trimshellcorner.cxx (1437): TKBool.dll!FindFromUEdge
d:\opencascade6.7.1\opencascade-6.7.1\src\brepfill\brepfill_trimshellcorner.cxx (762): TKBool.dll!MakeFacesSec + 0x65 bytes
d:\opencascade6.7.1\opencascade-6.7.1\src\brepfill\brepfill_trimshellcorner.cxx (363): TKBool.dll!BRepFill_TrimShellCorner::Perform + 0x3C bytes
d:\opencascade6.7.1\opencascade-6.7.1\src\brepfill\brepfill_sweep.cxx (3004): TKBool.dll!BRepFill_Sweep::PerformCorner
d:\opencascade6.7.1\opencascade-6.7.1\src\brepfill\brepfill_sweep.cxx (2711): TKBool.dll!BRepFill_Sweep::Build
d:\opencascade6.7.1\opencascade-6.7.1\src\brepfill\brepfill_pipeshell.cxx (747): TKBool.dll!BRepFill_PipeShell::Build
d:\opencascade6.7.1\opencascade-6.7.1\src\brepoffsetapi\brepoffsetapi_makepipeshell.cxx (240): TKOffset.dll!BRepOffsetAPI_MakePipeShell::Build + 0x11 bytes
g:\pinqucpp\occtlib\app\main.cpp (46): App.exe!main
f:\dd\vctools\crt_bld\self_x86\crt\src\crtexe.c (536): App.exe!__tmainCRTStartup + 0x19 bytes
f:\dd\vctools\crt_bld\self_x86\crt\src\crtexe.c (377): App.exe!mainCRTStartup
0x757C338A (File and line number not available): kernel32.dll!BaseThreadInitThunk + 0x12 bytes
0x77D69F72 (File and line number not available): ntdll.dll!RtlInitializeExceptionChain + 0x63 bytes
0x77D69F45 (File and line number not available): ntdll.dll!RtlInitializeExceptionChain + 0x36 bytes
Data:

---------- Block 22793 at 0x02B358B0: 0 bytes ----------
Leak Hash: 0x5688ECC5, Count: 1, Total 0 bytes
Call Stack (TID 2564):
f:\dd\vctools\crt_bld\self_x86\crt\src\dbgcalloc.c (55): MSVCR110D.dll!calloc
d:\opencascade6.7.1\opencascade-6.7.1\src\standard\standard_mmgrraw.cxx (42): TKernel.dll!Standard_MMgrRaw::Allocate + 0x17 bytes
d:\opencascade6.7.1\opencascade-6.7.1\src\standard\standard.cxx (182): TKernel.dll!Standard::Allocate + 0x1B bytes
d:\opencascade6.7.1\opencascade-6.7.1\src\ncollection\ncollection_baseallocator.cxx (36): TKernel.dll!NCollection_BaseAllocator::Allocate + 0x9 bytes
d:\opencascade6.7.1\opencascade-6.7.1\src\bopds\bopds_ds.cxx (1763): TKBO.dll!BOPDS_DS::Paves + 0x2E bytes
d:\opencascade6.7.1\opencascade-6.7.1\src\brepfill\brepfill_trimshellcorner.cxx (1338): TKBool.dll!FindNextVertex
d:\opencascade6.7.1\opencascade-6.7.1\src\brepfill\brepfill_trimshellcorner.cxx (1440): TKBool.dll!FindFromUEdge + 0x1F bytes
d:\opencascade6.7.1\opencascade-6.7.1\src\brepfill\brepfill_trimshellcorner.cxx (762): TKBool.dll!MakeFacesSec + 0x65 bytes
d:\opencascade6.7.1\opencascade-6.7.1\src\brepfill\brepfill_trimshellcorner.cxx (363): TKBool.dll!BRepFill_TrimShellCorner::Perform + 0x3C bytes
d:\opencascade6.7.1\opencascade-6.7.1\src\brepfill\brepfill_sweep.cxx (3004): TKBool.dll!BRepFill_Sweep::PerformCorner
d:\opencascade6.7.1\opencascade-6.7.1\src\brepfill\brepfill_sweep.cxx (2711): TKBool.dll!BRepFill_Sweep::Build
d:\opencascade6.7.1\opencascade-6.7.1\src\brepfill\brepfill_pipeshell.cxx (747): TKBool.dll!BRepFill_PipeShell::Build
d:\opencascade6.7.1\opencascade-6.7.1\src\brepoffsetapi\brepoffsetapi_makepipeshell.cxx (240): TKOffset.dll!BRepOffsetAPI_MakePipeShell::Build + 0x11 bytes
g:\pinqucpp\occtlib\app\main.cpp (46): App.exe!main
f:\dd\vctools\crt_bld\self_x86\crt\src\crtexe.c (536): App.exe!__tmainCRTStartup + 0x19 bytes
f:\dd\vctools\crt_bld\self_x86\crt\src\crtexe.c (377): App.exe!mainCRTStartup
0x757C338A (File and line number not available): kernel32.dll!BaseThreadInitThunk + 0x12 bytes
0x77D69F72 (File and line number not available): ntdll.dll!RtlInitializeExceptionChain + 0x63 bytes
0x77D69F45 (File and line number not available): ntdll.dll!RtlInitializeExceptionChain + 0x36 bytes
Data:

---------- Block 23188 at 0x02B35BB0: 0 bytes ----------
Leak Hash: 0x5688ECC5, Count: 1, Total 0 bytes
Call Stack (TID 2564):
f:\dd\vctools\crt_bld\self_x86\crt\src\dbgcalloc.c (55): MSVCR110D.dll!calloc
d:\opencascade6.7.1\opencascade-6.7.1\src\standard\standard_mmgrraw.cxx (42): TKernel.dll!Standard_MMgrRaw::Allocate + 0x17 bytes
d:\opencascade6.7.1\opencascade-6.7.1\src\standard\standard.cxx (182): TKernel.dll!Standard::Allocate + 0x1B bytes
d:\opencascade6.7.1\opencascade-6.7.1\src\ncollection\ncollection_baseallocator.cxx (36): TKernel.dll!NCollection_BaseAllocator::Allocate + 0x9 bytes
d:\opencascade6.7.1\opencascade-6.7.1\src\bopds\bopds_ds.cxx (1763): TKBO.dll!BOPDS_DS::Paves + 0x2E bytes
d:\opencascade6.7.1\opencascade-6.7.1\src\brepfill\brepfill_trimshellcorner.cxx (1338): TKBool.dll!FindNextVertex
d:\opencascade6.7.1\opencascade-6.7.1\src\brepfill\brepfill_trimshellcorner.cxx (1440): TKBool.dll!FindFromUEdge + 0x1F bytes
d:\opencascade6.7.1\opencascade-6.7.1\src\brepfill\brepfill_trimshellcorner.cxx (762): TKBool.dll!MakeFacesSec + 0x65 bytes
d:\opencascade6.7.1\opencascade-6.7.1\src\brepfill\brepfill_trimshellcorner.cxx (363): TKBool.dll!BRepFill_TrimShellCorner::Perform + 0x3C bytes
d:\opencascade6.7.1\opencascade-6.7.1\src\brepfill\brepfill_sweep.cxx (3004): TKBool.dll!BRepFill_Sweep::PerformCorner
d:\opencascade6.7.1\opencascade-6.7.1\src\brepfill\brepfill_sweep.cxx (2711): TKBool.dll!BRepFill_Sweep::Build
d:\opencascade6.7.1\opencascade-6.7.1\src\brepfill\brepfill_pipeshell.cxx (747): TKBool.dll!BRepFill_PipeShell::Build
d:\opencascade6.7.1\opencascade-6.7.1\src\brepoffsetapi\brepoffsetapi_makepipeshell.cxx (240): TKOffset.dll!BRepOffsetAPI_MakePipeShell::Build + 0x11 bytes
g:\pinqucpp\occtlib\app\main.cpp (46): App.exe!main
f:\dd\vctools\crt_bld\self_x86\crt\src\crtexe.c (536): App.exe!__tmainCRTStartup + 0x19 bytes
f:\dd\vctools\crt_bld\self_x86\crt\src\crtexe.c (377): App.exe!mainCRTStartup
0x757C338A (File and line number not available): kernel32.dll!BaseThreadInitThunk + 0x12 bytes
0x77D69F72 (File and line number not available): ntdll.dll!RtlInitializeExceptionChain + 0x63 bytes
0x77D69F45 (File and line number not available): ntdll.dll!RtlInitializeExceptionChain + 0x36 bytes
Data:

---------- Block 32358 at 0x02B38CB8: 0 bytes ----------
Leak Hash: 0xC85013A7, Count: 1, Total 0 bytes
Call Stack (TID 2564):
f:\dd\vctools\crt_bld\self_x86\crt\src\dbgcalloc.c (55): MSVCR110D.dll!calloc
d:\opencascade6.7.1\opencascade-6.7.1\src\standard\standard_mmgrraw.cxx (42): TKernel.dll!Standard_MMgrRaw::Allocate + 0x17 bytes
d:\opencascade6.7.1\opencascade-6.7.1\src\standard\standard.cxx (182): TKernel.dll!Standard::Allocate + 0x1B bytes
d:\opencascade6.7.1\opencascade-6.7.1\src\ncollection\ncollection_baseallocator.cxx (36): TKernel.dll!NCollection_BaseAllocator::Allocate + 0x9 bytes
d:\opencascade6.7.1\opencascade-6.7.1\src\bopds\bopds_ds.cxx (1763): TKBO.dll!BOPDS_DS::Paves + 0x2E bytes
d:\opencascade6.7.1\opencascade-6.7.1\src\brepfill\brepfill_trimshellcorner.cxx (1437): TKBool.dll!FindFromUEdge
d:\opencascade6.7.1\opencascade-6.7.1\src\brepfill\brepfill_trimshellcorner.cxx (762): TKBool.dll!MakeFacesSec + 0x65 bytes
d:\opencascade6.7.1\opencascade-6.7.1\src\brepfill\brepfill_trimshellcorner.cxx (363): TKBool.dll!BRepFill_TrimShellCorner::Perform + 0x3C bytes
d:\opencascade6.7.1\opencascade-6.7.1\src\brepfill\brepfill_sweep.cxx (3004): TKBool.dll!BRepFill_Sweep::PerformCorner
d:\opencascade6.7.1\opencascade-6.7.1\src\brepfill\brepfill_sweep.cxx (2711): TKBool.dll!BRepFill_Sweep::Build
d:\opencascade6.7.1\opencascade-6.7.1\src\brepfill\brepfill_pipeshell.cxx (747): TKBool.dll!BRepFill_PipeShell::Build
d:\opencascade6.7.1\opencascade-6.7.1\src\brepoffsetapi\brepoffsetapi_makepipeshell.cxx (240): TKOffset.dll!BRepOffsetAPI_MakePipeShell::Build + 0x11 bytes
g:\pinqucpp\occtlib\app\main.cpp (46): App.exe!main
f:\dd\vctools\crt_bld\self_x86\crt\src\crtexe.c (536): App.exe!__tmainCRTStartup + 0x19 bytes
f:\dd\vctools\crt_bld\self_x86\crt\src\crtexe.c (377): App.exe!mainCRTStartup
0x757C338A (File and line number not available): kernel32.dll!BaseThreadInitThunk + 0x12 bytes
0x77D69F72 (File and line number not available): ntdll.dll!RtlInitializeExceptionChain + 0x63 bytes
0x77D69F45 (File and line number not available): ntdll.dll!RtlInitializeExceptionChain + 0x36 bytes
Data:

---------- Block 23267 at 0x02B38E60: 0 bytes ----------
Leak Hash: 0x5688ECC5, Count: 1, Total 0 bytes
Call Stack (TID 2564):
f:\dd\vctools\crt_bld\self_x86\crt\src\dbgcalloc.c (55): MSVCR110D.dll!calloc
d:\opencascade6.7.1\opencascade-6.7.1\src\standard\standard_mmgrraw.cxx (42): TKernel.dll!Standard_MMgrRaw::Allocate + 0x17 bytes
d:\opencascade6.7.1\opencascade-6.7.1\src\standard\standard.cxx (182): TKernel.dll!Standard::Allocate + 0x1B bytes
d:\opencascade6.7.1\opencascade-6.7.1\src\ncollection\ncollection_baseallocator.cxx (36): TKernel.dll!NCollection_BaseAllocator::Allocate + 0x9 bytes
d:\opencascade6.7.1\opencascade-6.7.1\src\bopds\bopds_ds.cxx (1763): TKBO.dll!BOPDS_DS::Paves + 0x2E bytes
d:\opencascade6.7.1\opencascade-6.7.1\src\brepfill\brepfill_trimshellcorner.cxx (1338): TKBool.dll!FindNextVertex
d:\opencascade6.7.1\opencascade-6.7.1\src\brepfill\brepfill_trimshellcorner.cxx (1440): TKBool.dll!FindFromUEdge + 0x1F bytes
d:\opencascade6.7.1\opencascade-6.7.1\src\brepfill\brepfill_trimshellcorner.cxx (762): TKBool.dll!MakeFacesSec + 0x65 bytes
d:\opencascade6.7.1\opencascade-6.7.1\src\brepfill\brepfill_trimshellcorner.cxx (363): TKBool.dll!BRepFill_TrimShellCorner::Perform + 0x3C bytes
d:\opencascade6.7.1\opencascade-6.7.1\src\brepfill\brepfill_sweep.cxx (3004): TKBool.dll!BRepFill_Sweep::PerformCorner
d:\opencascade6.7.1\opencascade-6.7.1\src\brepfill\brepfill_sweep.cxx (2711): TKBool.dll!BRepFill_Sweep::Build
d:\opencascade6.7.1\opencascade-6.7.1\src\brepfill\brepfill_pipeshell.cxx (747): TKBool.dll!BRepFill_PipeShell::Build
d:\opencascade6.7.1\opencascade-6.7.1\src\brepoffsetapi\brepoffsetapi_makepipeshell.cxx (240): TKOffset.dll!BRepOffsetAPI_MakePipeShell::Build + 0x11 bytes
g:\pinqucpp\occtlib\app\main.cpp (46): App.exe!main
f:\dd\vctools\crt_bld\self_x86\crt\src\crtexe.c (536): App.exe!__tmainCRTStartup + 0x19 bytes
f:\dd\vctools\crt_bld\self_x86\crt\src\crtexe.c (377): App.exe!mainCRTStartup
0x757C338A (File and line number not available): kernel32.dll!BaseThreadInitThunk + 0x12 bytes
0x77D69F72 (File and line number not available): ntdll.dll!RtlInitializeExceptionChain + 0x63 bytes
0x77D69F45 (File and line number not available): ntdll.dll!RtlInitializeExceptionChain + 0x36 bytes
Data:

---------- Block 22713 at 0x02B397F8: 0 bytes ----------
Leak Hash: 0xC85013A7, Count: 1, Total 0 bytes
Call Stack (TID 2564):
f:\dd\vctools\crt_bld\self_x86\crt\src\dbgcalloc.c (55): MSVCR110D.dll!calloc
d:\opencascade6.7.1\opencascade-6.7.1\src\standard\standard_mmgrraw.cxx (42): TKernel.dll!Standard_MMgrRaw::Allocate + 0x17 bytes
d:\opencascade6.7.1\opencascade-6.7.1\src\standard\standard.cxx (182): TKernel.dll!Standard::Allocate + 0x1B bytes
d:\opencascade6.7.1\opencascade-6.7.1\src\ncollection\ncollection_baseallocator.cxx (36): TKernel.dll!NCollection_BaseAllocator::Allocate + 0x9 bytes
d:\opencascade6.7.1\opencascade-6.7.1\src\bopds\bopds_ds.cxx (1763): TKBO.dll!BOPDS_DS::Paves + 0x2E bytes
d:\opencascade6.7.1\opencascade-6.7.1\src\brepfill\brepfill_trimshellcorner.cxx (1437): TKBool.dll!FindFromUEdge
d:\opencascade6.7.1\opencascade-6.7.1\src\brepfill\brepfill_trimshellcorner.cxx (762): TKBool.dll!MakeFacesSec + 0x65 bytes
d:\opencascade6.7.1\opencascade-6.7.1\src\brepfill\brepfill_trimshellcorner.cxx (363): TKBool.dll!BRepFill_TrimShellCorner::Perform + 0x3C bytes
d:\opencascade6.7.1\opencascade-6.7.1\src\brepfill\brepfill_sweep.cxx (3004): TKBool.dll!BRepFill_Sweep::PerformCorner
d:\opencascade6.7.1\opencascade-6.7.1\src\brepfill\brepfill_sweep.cxx (2711): TKBool.dll!BRepFill_Sweep::Build
d:\opencascade6.7.1\opencascade-6.7.1\src\brepfill\brepfill_pipeshell.cxx (747): TKBool.dll!BRepFill_PipeShell::Build
d:\opencascade6.7.1\opencascade-6.7.1\src\brepoffsetapi\brepoffsetapi_makepipeshell.cxx (240): TKOffset.dll!BRepOffsetAPI_MakePipeShell::Build + 0x11 bytes
g:\pinqucpp\occtlib\app\main.cpp (46): App.exe!main
f:\dd\vctools\crt_bld\self_x86\crt\src\crtexe.c (536): App.exe!__tmainCRTStartup + 0x19 bytes
f:\dd\vctools\crt_bld\self_x86\crt\src\crtexe.c (377): App.exe!mainCRTStartup
0x757C338A (File and line number not available): kernel32.dll!BaseThreadInitThunk + 0x12 bytes
0x77D69F72 (File and line number not available): ntdll.dll!RtlInitializeExceptionChain + 0x63 bytes
0x77D69F45 (File and line number not available): ntdll.dll!RtlInitializeExceptionChain + 0x36 bytes
Data:

---------- Block 13011 at 0x02B39C30: 0 bytes ----------
Leak Hash: 0xC85013A7, Count: 1, Total 0 bytes
Call Stack (TID 2564):
f:\dd\vctools\crt_bld\self_x86\crt\src\dbgcalloc.c (55): MSVCR110D.dll!calloc
d:\opencascade6.7.1\opencascade-6.7.1\src\standard\standard_mmgrraw.cxx (42): TKernel.dll!Standard_MMgrRaw::Allocate + 0x17 bytes
d:\opencascade6.7.1\opencascade-6.7.1\src\standard\standard.cxx (182): TKernel.dll!Standard::Allocate + 0x1B bytes
d:\opencascade6.7.1\opencascade-6.7.1\src\ncollection\ncollection_baseallocator.cxx (36): TKernel.dll!NCollection_BaseAllocator::Allocate + 0x9 bytes
d:\opencascade6.7.1\opencascade-6.7.1\src\bopds\bopds_ds.cxx (1763): TKBO.dll!BOPDS_DS::Paves + 0x2E bytes
d:\opencascade6.7.1\opencascade-6.7.1\src\brepfill\brepfill_trimshellcorner.cxx (1437): TKBool.dll!FindFromUEdge
d:\opencascade6.7.1\opencascade-6.7.1\src\brepfill\brepfill_trimshellcorner.cxx (762): TKBool.dll!MakeFacesSec + 0x65 bytes
d:\opencascade6.7.1\opencascade-6.7.1\src\brepfill\brepfill_trimshellcorner.cxx (363): TKBool.dll!BRepFill_TrimShellCorner::Perform + 0x3C bytes
d:\opencascade6.7.1\opencascade-6.7.1\src\brepfill\brepfill_sweep.cxx (3004): TKBool.dll!BRepFill_Sweep::PerformCorner
d:\opencascade6.7.1\opencascade-6.7.1\src\brepfill\brepfill_sweep.cxx (2711): TKBool.dll!BRepFill_Sweep::Build
d:\opencascade6.7.1\opencascade-6.7.1\src\brepfill\brepfill_pipeshell.cxx (747): TKBool.dll!BRepFill_PipeShell::Build
d:\opencascade6.7.1\opencascade-6.7.1\src\brepoffsetapi\brepoffsetapi_makepipeshell.cxx (240): TKOffset.dll!BRepOffsetAPI_MakePipeShell::Build + 0x11 bytes
g:\pinqucpp\occtlib\app\main.cpp (46): App.exe!main
f:\dd\vctools\crt_bld\self_x86\crt\src\crtexe.c (536): App.exe!__tmainCRTStartup + 0x19 bytes
f:\dd\vctools\crt_bld\self_x86\crt\src\crtexe.c (377): App.exe!mainCRTStartup
0x757C338A (File and line number not available): kernel32.dll!BaseThreadInitThunk + 0x12 bytes
0x77D69F72 (File and line number not available): ntdll.dll!RtlInitializeExceptionChain + 0x63 bytes
0x77D69F45 (File and line number not available): ntdll.dll!RtlInitializeExceptionChain + 0x36 bytes
Data:

---------- Block 32912 at 0x02B3A958: 0 bytes ----------
Leak Hash: 0x5688ECC5, Count: 1, Total 0 bytes
Call Stack (TID 2564):
f:\dd\vctools\crt_bld\self_x86\crt\src\dbgcalloc.c (55): MSVCR110D.dll!calloc
d:\opencascade6.7.1\opencascade-6.7.1\src\standard\standard_mmgrraw.cxx (42): TKernel.dll!Standard_MMgrRaw::Allocate + 0x17 bytes
d:\opencascade6.7.1\opencascade-6.7.1\src\standard\standard.cxx (182): TKernel.dll!Standard::Allocate + 0x1B bytes
d:\opencascade6.7.1\opencascade-6.7.1\src\ncollection\ncollection_baseallocator.cxx (36): TKernel.dll!NCollection_BaseAllocator::Allocate + 0x9 bytes
d:\opencascade6.7.1\opencascade-6.7.1\src\bopds\bopds_ds.cxx (1763): TKBO.dll!BOPDS_DS::Paves + 0x2E bytes
d:\opencascade6.7.1\opencascade-6.7.1\src\brepfill\brepfill_trimshellcorner.cxx (1338): TKBool.dll!FindNextVertex
d:\opencascade6.7.1\opencascade-6.7.1\src\brepfill\brepfill_trimshellcorner.cxx (1440): TKBool.dll!FindFromUEdge + 0x1F bytes
d:\opencascade6.7.1\opencascade-6.7.1\src\brepfill\brepfill_trimshellcorner.cxx (762): TKBool.dll!MakeFacesSec + 0x65 bytes
d:\opencascade6.7.1\opencascade-6.7.1\src\brepfill\brepfill_trimshellcorner.cxx (363): TKBool.dll!BRepFill_TrimShellCorner::Perform + 0x3C bytes
d:\opencascade6.7.1\opencascade-6.7.1\src\brepfill\brepfill_sweep.cxx (3004): TKBool.dll!BRepFill_Sweep::PerformCorner
d:\opencascade6.7.1\opencascade-6.7.1\src\brepfill\brepfill_sweep.cxx (2711): TKBool.dll!BRepFill_Sweep::Build
d:\opencascade6.7.1\opencascade-6.7.1\src\brepfill\brepfill_pipeshell.cxx (747): TKBool.dll!BRepFill_PipeShell::Build
d:\opencascade6.7.1\opencascade-6.7.1\src\brepoffsetapi\brepoffsetapi_makepipeshell.cxx (240): TKOffset.dll!BRepOffsetAPI_MakePipeShell::Build + 0x11 bytes
g:\pinqucpp\occtlib\app\main.cpp (46): App.exe!main
f:\dd\vctools\crt_bld\self_x86\crt\src\crtexe.c (536): App.exe!__tmainCRTStartup + 0x19 bytes
f:\dd\vctools\crt_bld\self_x86\crt\src\crtexe.c (377): App.exe!mainCRTStartup
0x757C338A (File and line number not available): kernel32.dll!BaseThreadInitThunk + 0x12 bytes
0x77D69F72 (File and line number not available): ntdll.dll!RtlInitializeExceptionChain + 0x63 bytes
0x77D69F45 (File and line number not available): ntdll.dll!RtlInitializeExceptionChain + 0x36 bytes
Data:

---------- Block 13088 at 0x02B3D860: 0 bytes ----------
Leak Hash: 0xC85013A7, Count: 1, Total 0 bytes
Call Stack (TID 2564):
f:\dd\vctools\crt_bld\self_x86\crt\src\dbgcalloc.c (55): MSVCR110D.dll!calloc
d:\opencascade6.7.1\opencascade-6.7.1\src\standard\standard_mmgrraw.cxx (42): TKernel.dll!Standard_MMgrRaw::Allocate + 0x17 bytes
d:\opencascade6.7.1\opencascade-6.7.1\src\standard\standard.cxx (182): TKernel.dll!Standard::Allocate + 0x1B bytes
d:\opencascade6.7.1\opencascade-6.7.1\src\ncollection\ncollection_baseallocator.cxx (36): TKernel.dll!NCollection_BaseAllocator::Allocate + 0x9 bytes
d:\opencascade6.7.1\opencascade-6.7.1\src\bopds\bopds_ds.cxx (1763): TKBO.dll!BOPDS_DS::Paves + 0x2E bytes
d:\opencascade6.7.1\opencascade-6.7.1\src\brepfill\brepfill_trimshellcorner.cxx (1437): TKBool.dll!FindFromUEdge
d:\opencascade6.7.1\opencascade-6.7.1\src\brepfill\brepfill_trimshellcorner.cxx (762): TKBool.dll!MakeFacesSec + 0x65 bytes
d:\opencascade6.7.1\opencascade-6.7.1\src\brepfill\brepfill_trimshellcorner.cxx (363): TKBool.dll!BRepFill_TrimShellCorner::Perform + 0x3C bytes
d:\opencascade6.7.1\opencascade-6.7.1\src\brepfill\brepfill_sweep.cxx (3004): TKBool.dll!BRepFill_Sweep::PerformCorner
d:\opencascade6.7.1\opencascade-6.7.1\src\brepfill\brepfill_sweep.cxx (2711): TKBool.dll!BRepFill_Sweep::Build
d:\opencascade6.7.1\opencascade-6.7.1\src\brepfill\brepfill_pipeshell.cxx (747): TKBool.dll!BRepFill_PipeShell::Build
d:\opencascade6.7.1\opencascade-6.7.1\src\brepoffsetapi\brepoffsetapi_makepipeshell.cxx (240): TKOffset.dll!BRepOffsetAPI_MakePipeShell::Build + 0x11 bytes
g:\pinqucpp\occtlib\app\main.cpp (46): App.exe!main
f:\dd\vctools\crt_bld\self_x86\crt\src\crtexe.c (536): App.exe!__tmainCRTStartup + 0x19 bytes
f:\dd\vctools\crt_bld\self_x86\crt\src\crtexe.c (377): App.exe!mainCRTStartup
0x757C338A (File and line number not available): kernel32.dll!BaseThreadInitThunk + 0x12 bytes
0x77D69F72 (File and line number not available): ntdll.dll!RtlInitializeExceptionChain + 0x63 bytes
0x77D69F45 (File and line number not available): ntdll.dll!RtlInitializeExceptionChain + 0x36 bytes
Data:

---------- Block 13691 at 0x02B3F268: 0 bytes ----------
Leak Hash: 0x5688ECC5, Count: 1, Total 0 bytes
Call Stack (TID 2564):
f:\dd\vctools\crt_bld\self_x86\crt\src\dbgcalloc.c (55): MSVCR110D.dll!calloc
d:\opencascade6.7.1\opencascade-6.7.1\src\standard\standard_mmgrraw.cxx (42): TKernel.dll!Standard_MMgrRaw::Allocate + 0x17 bytes
d:\opencascade6.7.1\opencascade-6.7.1\src\standard\standard.cxx (182): TKernel.dll!Standard::Allocate + 0x1B bytes
d:\opencascade6.7.1\opencascade-6.7.1\src\ncollection\ncollection_baseallocator.cxx (36): TKernel.dll!NCollection_BaseAllocator::Allocate + 0x9 bytes
d:\opencascade6.7.1\opencascade-6.7.1\src\bopds\bopds_ds.cxx (1763): TKBO.dll!BOPDS_DS::Paves + 0x2E bytes
d:\opencascade6.7.1\opencascade-6.7.1\src\brepfill\brepfill_trimshellcorner.cxx (1338): TKBool.dll!FindNextVertex
d:\opencascade6.7.1\opencascade-6.7.1\src\brepfill\brepfill_trimshellcorner.cxx (1440): TKBool.dll!FindFromUEdge + 0x1F bytes
d:\opencascade6.7.1\opencascade-6.7.1\src\brepfill\brepfill_trimshellcorner.cxx (762): TKBool.dll!MakeFacesSec + 0x65 bytes
d:\opencascade6.7.1\opencascade-6.7.1\src\brepfill\brepfill_trimshellcorner.cxx (363): TKBool.dll!BRepFill_TrimShellCorner::Perform + 0x3C bytes
d:\opencascade6.7.1\opencascade-6.7.1\src\brepfill\brepfill_sweep.cxx (3004): TKBool.dll!BRepFill_Sweep::PerformCorner
d:\opencascade6.7.1\opencascade-6.7.1\src\brepfill\brepfill_sweep.cxx (2711): TKBool.dll!BRepFill_Sweep::Build
d:\opencascade6.7.1\opencascade-6.7.1\src\brepfill\brepfill_pipeshell.cxx (747): TKBool.dll!BRepFill_PipeShell::Build
d:\opencascade6.7.1\opencascade-6.7.1\src\brepoffsetapi\brepoffsetapi_makepipeshell.cxx (240): TKOffset.dll!BRepOffsetAPI_MakePipeShell::Build + 0x11 bytes
g:\pinqucpp\occtlib\app\main.cpp (46): App.exe!main
f:\dd\vctools\crt_bld\self_x86\crt\src\crtexe.c (536): App.exe!__tmainCRTStartup + 0x19 bytes
f:\dd\vctools\crt_bld\self_x86\crt\src\crtexe.c (377): App.exe!mainCRTStartup
0x757C338A (File and line number not available): kernel32.dll!BaseThreadInitThunk + 0x12 bytes
0x77D69F72 (File and line number not available): ntdll.dll!RtlInitializeExceptionChain + 0x63 bytes
0x77D69F45 (File and line number not available): ntdll.dll!RtlInitializeExceptionChain + 0x36 bytes
Data:

---------- Block 13012 at 0x02B40C70: 0 bytes ----------
Leak Hash: 0x5688ECC5, Count: 1, Total 0 bytes
Call Stack (TID 2564):
f:\dd\vctools\crt_bld\self_x86\crt\src\dbgcalloc.c (55): MSVCR110D.dll!calloc
d:\opencascade6.7.1\opencascade-6.7.1\src\standard\standard_mmgrraw.cxx (42): TKernel.dll!Standard_MMgrRaw::Allocate + 0x17 bytes
d:\opencascade6.7.1\opencascade-6.7.1\src\standard\standard.cxx (182): TKernel.dll!Standard::Allocate + 0x1B bytes
d:\opencascade6.7.1\opencascade-6.7.1\src\ncollection\ncollection_baseallocator.cxx (36): TKernel.dll!NCollection_BaseAllocator::Allocate + 0x9 bytes
d:\opencascade6.7.1\opencascade-6.7.1\src\bopds\bopds_ds.cxx (1763): TKBO.dll!BOPDS_DS::Paves + 0x2E bytes
d:\opencascade6.7.1\opencascade-6.7.1\src\brepfill\brepfill_trimshellcorner.cxx (1338): TKBool.dll!FindNextVertex
d:\opencascade6.7.1\opencascade-6.7.1\src\brepfill\brepfill_trimshellcorner.cxx (1440): TKBool.dll!FindFromUEdge + 0x1F bytes
d:\opencascade6.7.1\opencascade-6.7.1\src\brepfill\brepfill_trimshellcorner.cxx (762): TKBool.dll!MakeFacesSec + 0x65 bytes
d:\opencascade6.7.1\opencascade-6.7.1\src\brepfill\brepfill_trimshellcorner.cxx (363): TKBool.dll!BRepFill_TrimShellCorner::Perform + 0x3C bytes
d:\opencascade6.7.1\opencascade-6.7.1\src\brepfill\brepfill_sweep.cxx (3004): TKBool.dll!BRepFill_Sweep::PerformCorner
d:\opencascade6.7.1\opencascade-6.7.1\src\brepfill\brepfill_sweep.cxx (2711): TKBool.dll!BRepFill_Sweep::Build
d:\opencascade6.7.1\opencascade-6.7.1\src\brepfill\brepfill_pipeshell.cxx (747): TKBool.dll!BRepFill_PipeShell::Build
d:\opencascade6.7.1\opencascade-6.7.1\src\brepoffsetapi\brepoffsetapi_makepipeshell.cxx (240): TKOffset.dll!BRepOffsetAPI_MakePipeShell::Build + 0x11 bytes
g:\pinqucpp\occtlib\app\main.cpp (46): App.exe!main
f:\dd\vctools\crt_bld\self_x86\crt\src\crtexe.c (536): App.exe!__tmainCRTStartup + 0x19 bytes
f:\dd\vctools\crt_bld\self_x86\crt\src\crtexe.c (377): App.exe!mainCRTStartup
0x757C338A (File and line number not available): kernel32.dll!BaseThreadInitThunk + 0x12 bytes
0x77D69F72 (File and line number not available): ntdll.dll!RtlInitializeExceptionChain + 0x63 bytes
0x77D69F45 (File and line number not available): ntdll.dll!RtlInitializeExceptionChain + 0x36 bytes
Data:

---------- Block 32832 at 0x02B4CDC0: 0 bytes ----------
Leak Hash: 0xC85013A7, Count: 1, Total 0 bytes
Call Stack (TID 2564):
f:\dd\vctools\crt_bld\self_x86\crt\src\dbgcalloc.c (55): MSVCR110D.dll!calloc
d:\opencascade6.7.1\opencascade-6.7.1\src\standard\standard_mmgrraw.cxx (42): TKernel.dll!Standard_MMgrRaw::Allocate + 0x17 bytes
d:\opencascade6.7.1\opencascade-6.7.1\src\standard\standard.cxx (182): TKernel.dll!Standard::Allocate + 0x1B bytes
d:\opencascade6.7.1\opencascade-6.7.1\src\ncollection\ncollection_baseallocator.cxx (36): TKernel.dll!NCollection_BaseAllocator::Allocate + 0x9 bytes
d:\opencascade6.7.1\opencascade-6.7.1\src\bopds\bopds_ds.cxx (1763): TKBO.dll!BOPDS_DS::Paves + 0x2E bytes
d:\opencascade6.7.1\opencascade-6.7.1\src\brepfill\brepfill_trimshellcorner.cxx (1437): TKBool.dll!FindFromUEdge
d:\opencascade6.7.1\opencascade-6.7.1\src\brepfill\brepfill_trimshellcorner.cxx (762): TKBool.dll!MakeFacesSec + 0x65 bytes
d:\opencascade6.7.1\opencascade-6.7.1\src\brepfill\brepfill_trimshellcorner.cxx (363): TKBool.dll!BRepFill_TrimShellCorner::Perform + 0x3C bytes
d:\opencascade6.7.1\opencascade-6.7.1\src\brepfill\brepfill_sweep.cxx (3004): TKBool.dll!BRepFill_Sweep::PerformCorner
d:\opencascade6.7.1\opencascade-6.7.1\src\brepfill\brepfill_sweep.cxx (2711): TKBool.dll!BRepFill_Sweep::Build
d:\opencascade6.7.1\opencascade-6.7.1\src\brepfill\brepfill_pipeshell.cxx (747): TKBool.dll!BRepFill_PipeShell::Build
d:\opencascade6.7.1\opencascade-6.7.1\src\brepoffsetapi\brepoffsetapi_makepipeshell.cxx (240): TKOffset.dll!BRepOffsetAPI_MakePipeShell::Build + 0x11 bytes
g:\pinqucpp\occtlib\app\main.cpp (46): App.exe!main
f:\dd\vctools\crt_bld\self_x86\crt\src\crtexe.c (536): App.exe!__tmainCRTStartup + 0x19 bytes
f:\dd\vctools\crt_bld\self_x86\crt\src\crtexe.c (377): App.exe!mainCRTStartup
0x757C338A (File and line number not available): kernel32.dll!BaseThreadInitThunk + 0x12 bytes
0x77D69F72 (File and line number not available): ntdll.dll!RtlInitializeExceptionChain + 0x63 bytes
0x77D69F45 (File and line number not available): ntdll.dll!RtlInitializeExceptionChain + 0x36 bytes
Data:

---------- Block 32911 at 0x02B4D0E8: 0 bytes ----------
Leak Hash: 0xC85013A7, Count: 1, Total 0 bytes
Call Stack (TID 2564):
f:\dd\vctools\crt_bld\self_x86\crt\src\dbgcalloc.c (55): MSVCR110D.dll!calloc
d:\opencascade6.7.1\opencascade-6.7.1\src\standard\standard_mmgrraw.cxx (42): TKernel.dll!Standard_MMgrRaw::Allocate + 0x17 bytes
d:\opencascade6.7.1\opencascade-6.7.1\src\standard\standard.cxx (182): TKernel.dll!Standard::Allocate + 0x1B bytes
d:\opencascade6.7.1\opencascade-6.7.1\src\ncollection\ncollection_baseallocator.cxx (36): TKernel.dll!NCollection_BaseAllocator::Allocate + 0x9 bytes
d:\opencascade6.7.1\opencascade-6.7.1\src\bopds\bopds_ds.cxx (1763): TKBO.dll!BOPDS_DS::Paves + 0x2E bytes
d:\opencascade6.7.1\opencascade-6.7.1\src\brepfill\brepfill_trimshellcorner.cxx (1437): TKBool.dll!FindFromUEdge
d:\opencascade6.7.1\opencascade-6.7.1\src\brepfill\brepfill_trimshellcorner.cxx (762): TKBool.dll!MakeFacesSec + 0x65 bytes
d:\opencascade6.7.1\opencascade-6.7.1\src\brepfill\brepfill_trimshellcorner.cxx (363): TKBool.dll!BRepFill_TrimShellCorner::Perform + 0x3C bytes
d:\opencascade6.7.1\opencascade-6.7.1\src\brepfill\brepfill_sweep.cxx (3004): TKBool.dll!BRepFill_Sweep::PerformCorner
d:\opencascade6.7.1\opencascade-6.7.1\src\brepfill\brepfill_sweep.cxx (2711): TKBool.dll!BRepFill_Sweep::Build
d:\opencascade6.7.1\opencascade-6.7.1\src\brepfill\brepfill_pipeshell.cxx (747): TKBool.dll!BRepFill_PipeShell::Build
d:\opencascade6.7.1\opencascade-6.7.1\src\brepoffsetapi\brepoffsetapi_makepipeshell.cxx (240): TKOffset.dll!BRepOffsetAPI_MakePipeShell::Build + 0x11 bytes
g:\pinqucpp\occtlib\app\main.cpp (46): App.exe!main
f:\dd\vctools\crt_bld\self_x86\crt\src\crtexe.c (536): App.exe!__tmainCRTStartup + 0x19 bytes
f:\dd\vctools\crt_bld\self_x86\crt\src\crtexe.c (377): App.exe!mainCRTStartup
0x757C338A (File and line number not available): kernel32.dll!BaseThreadInitThunk + 0x12 bytes
0x77D69F72 (File and line number not available): ntdll.dll!RtlInitializeExceptionChain + 0x63 bytes
0x77D69F45 (File and line number not available): ntdll.dll!RtlInitializeExceptionChain + 0x36 bytes
Data:

Visual Leak Detector detected 24 memory leaks (864 bytes).
Largest number used: 380200 bytes.
Total allocations: 7599208 bytes.
Visual Leak Detector is now exiting.
===============================================================================================

Is this normal?

Forum supervisor's picture

Dear Tom,
We rechecked the reported problem and I would like to confirm existence of the problem which is now registered in Mantis BugTracker: http://tracker.dev.opencascade.org/view.php?id=25128. You can easy track its evolution using the specified ID.
Finally we specially thank you for finding and reporting the bug in Open Source software.

Best regards
FSR

Roman Lygin's picture

Hi Tom,

Looks like a false positive.
The very first report related to allocation within TopExp_Explorer :
d:\opencascade6.7.1\opencascade-6.7.1\src\standard\standard_mmgropt.cxx (434): TKernel.dll!Standard_MMgrOpt::Allocate + 0x1A bytes
d:\opencascade6.7.1\opencascade-6.7.1\src\standard\standard.cxx (182): TKernel.dll!Standard::Allocate + 0x1B bytes
d:\opencascade6.7.1\opencascade-6.7.1\src\topexp\topexp_explorer.cxx (43): TKBRep.dll!TopExp_Explorer::TopExp_Explorer + 0xA bytes

has not been matched with a destruction in TopExp_Explorer::Destroy().

This and a few other obvious cases (like TColgp_Array1OfPnt) make me believe these are false positives.

Roman