View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0022932 | Community | OCCT:Foundation Classes | public | 2012-01-27 18:54 | 2012-04-16 12:32 |
Reporter | Pawel | Assigned To | bugmaster | ||
Priority | normal | Severity | minor | ||
Status | closed | Resolution | fixed | ||
Platform | A | OS | L | ||
Product Version | 6.5.2 | ||||
Target Version | 6.5.3 | Fixed in Version | 6.5.3 | ||
Summary | 0022932: Memory leak in math_FunctionRoots.cxx line 254 | ||||
Description | the lines if( Nvalid < N ) { Done = Standard_False; return; } do not delete the previously allocated variable 'ptrval'. I would change the code to: if( Nvalid < N ) { Done = Standard_False; delete [] ptrval; return; } | ||||
Tags | No tags attached. | ||||
Test case number | test case is not required | ||||
|
Please use TColStd_Array1OfReal instead of plain C pointer |
|
TColStd_Array1OfReal used instead of plain C pointer Branch http://svn/svn/occt/branches/OCC22932 is ready to be reviewed. Dear Andrey, Please review. |
|
No remarks, please test |
|
Dear BugMaster, Workbench KAS:dev:aan-22932-occt from SVN branch http://svn/svn/occt/branches/22932 (and aan-22932-products from trunk) was successfully compiled on Linux and Windows platforms, and tested on Linux and Windows platforms. There are not regressions in aan-22932-products regarding to KAS:dev:products-20120210-opt See results in /QADisk/occttests/results/KAS/dev/aan-22932-products_14022012/lin See reference results in /QADisk/occttests/results/KAS/dev/products-20120210-opt_10022012/lin See test cases in /QADisk/occttests/tests/ED N.B. In order to launch testing case you can make use the following instructions http://doc/doku.php?id=occt:certification |
|
Integrated into trunk of occt repository Date: 2012-02-17 12:14:03 +0400 (Fri, 17 Feb 2012) New Revision: 10498 Modified: trunk/src/math/math_FunctionRoots.cxx |
|
Verified. Please close. |
Date Modified | Username | Field | Change |
---|---|---|---|
2012-01-27 18:54 | Pawel | New Issue | |
2012-01-27 18:54 | Pawel | Assigned To | => abv |
2012-01-30 17:44 |
|
Note Added: 0019313 | |
2012-01-30 17:44 |
|
Assigned To | abv => dbv |
2012-01-30 17:44 |
|
Status | new => assigned |
2012-02-08 10:02 |
|
Note Added: 0019447 | |
2012-02-08 10:02 |
|
Assigned To | dbv => abv |
2012-02-08 10:02 |
|
Status | assigned => resolved |
2012-02-08 10:45 |
|
Note Added: 0019450 | |
2012-02-08 10:45 |
|
Assigned To | abv => dbv |
2012-02-08 10:45 |
|
Status | resolved => reviewed |
2012-02-08 10:46 |
|
Target Version | => 6.5.3 |
2012-02-14 13:13 |
|
Assigned To | dbv => aan |
2012-02-15 18:16 |
|
Note Added: 0019589 | |
2012-02-15 18:17 |
|
Note Edited: 0019589 | |
2012-02-15 18:17 |
|
Test case number | => test case is not required |
2012-02-15 18:17 |
|
Status | reviewed => tested |
2012-02-17 12:15 | bugmaster | Note Added: 0019616 | |
2012-02-17 12:15 | bugmaster | Status | tested => verified |
2012-02-17 12:15 | bugmaster | Resolution | open => fixed |
2012-02-17 12:15 | bugmaster | Assigned To | aan => Pawel |
2012-03-29 17:26 | bugmaster | Changeset attached | => occt master 232a3086 |
2012-04-12 17:10 | Pawel | Note Added: 0020369 | |
2012-04-16 12:32 | Pawel | Assigned To | Pawel => bugmaster |