MantisBT - VTK | |||||
View Issue Details | |||||
ID | Project | Category | View Status | Date Submitted | Last Update |
0012870 | VTK | (No Category) | public | 2012-01-23 14:04 | 2012-01-23 14:13 |
Reporter | Bryn Lloyd | ||||
Assigned To | |||||
Priority | normal | Severity | minor | Reproducibility | have not tried |
Status | closed | Resolution | fixed | ||
Platform | OS | OS Version | |||
Product Version | 5.8.0 | ||||
Target Version | Fixed in Version | ||||
Project | TBD | ||||
Type | incorrect functionality | ||||
Summary | 0012870: Debugleaks reports a leak in vtkMath::Random | ||||
Description | Debugleaks reports a leak in vtkMath. I used the function Random, and at the end of my program executation there is still a vtkBoxMuellerRandomSequence object around. See the error in the screenshot. My environment is: MSVC 2010, Windows 7, x64, vtk 5.8.0 This can be reproduced by following simple test: int main(int argc, char** argv) { { vtkMath::Random(-1.0,1.0); } if ( vtkDebugLeaks::PrintCurrentLeaks() == 0) return EXIT_SUCCESS; else return EXIT_FAILURE; } | ||||
Steps To Reproduce | |||||
Additional Information | |||||
Tags | No tags attached. | ||||
Relationships | |||||
Attached Files | ![]() https://www.vtk.org/Bug/file/9107/vtkMath_Random.png ![]() | ||||
Issue History | |||||
Date Modified | Username | Field | Change | ||
2012-01-23 14:04 | Bryn Lloyd | New Issue | |||
2012-01-23 14:04 | Bryn Lloyd | File Added: vtkMath_Random.png | |||
2012-01-23 14:13 | Bryn Lloyd | Note Added: 0027963 | |||
2012-01-23 14:13 | Bryn Lloyd | Status | backlog => closed | ||
2012-01-23 14:13 | Bryn Lloyd | Resolution | open => fixed |
Notes | |||||
|
|||||
|
|