View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0022938 | Community | OCCT:Modeling Algorithms | public | 2012-01-30 15:02 | 2012-04-16 12:19 |
Reporter | Pawel | Assigned To | bugmaster | ||
Priority | normal | Severity | minor | ||
Status | closed | Resolution | fixed | ||
Product Version | 6.5.2 | ||||
Target Version | 6.5.3 | Fixed in Version | 6.5.3 | ||
Summary | 0022938: HLRBRep_InternalAlgo.cxx | ||||
Description | the following variables in HLRBRep_InternalAlgo::HideSelected (lines 800-820 in OCCT 6.5.2): Standard_Integer *Val = new Standard_Integer [nf+1]; Standard_Real *Size = new Standard_Real [nf+1]; Standard_Integer *Index = new Standard_Integer [nf+1]; are deleted (lines 918-920) the following way: delete Val; delete Size; delete Index; which I guess is wrong because the array delete operator should be used like in OCCT 6.5.1: delete [] Val; delete [] Size; delete [] Index; | ||||
Tags | No tags attached. | ||||
Test case number | Test case is not required | ||||
|
Because of the mantis bug reported here (http://dev.opencascade.org/index.php?q=node/39) I was making some experiments with the input parameters and so some of them are wrong in this report. The correct ones are: Product Version: [OCCT] 6.5.2 Category: [OCCT] OCCT: Modeling algorithms |
|
Please use array classes from TColStd package instead of C pointers |
|
C pointers has been replaced by array classes from TColStd package Branch http://svn/svn/occt/branches/OCC22938 is ready to be reviewed. Dear Andrey, Please review. |
|
No remarks, please test |
|
Dear BugMaster, Workbench KAS:dev:apn-22938-occt was created from SVN branch http://svn/svn/occt/branches/OCC22938 (and apn-22938-products from trunk) and compiled on Linux and Windows platforms. There are not regressions in apn-22938-products regarding to KAS:dev:products-20120127-opt See results in /QADisk/occttests/results/KAS/dev/ apn-22938-products_14022012/lin See reference results in /QADisk/occttests/results/KAS/dev/products-20120127-opt_28012012/lin See test cases in /QADisk/occttests/tests/ED |
|
Integrated into trunk of occt repository Date: 2012-02-17 15:11:03 +0400 (Fri, 17 Feb 2012) New Revision: 10502 Modified: trunk/src/HLRBRep/HLRBRep_InternalAlgo.cxx |
|
Verified. Please close. |
Date Modified | Username | Field | Change |
---|---|---|---|
2012-01-30 15:02 | Pawel | New Issue | |
2012-01-30 15:02 | Pawel | Assigned To | => mkv |
2012-01-30 15:04 | Pawel | Note Added: 0019308 | |
2012-01-30 16:24 | bugmaster | Category | OCCT:DRAW => OCCT:Modeling Algorithms |
2012-01-30 16:24 | bugmaster | Product Version | 5.0.0 => 6.5.2 |
2012-01-30 16:24 | bugmaster | Assigned To | mkv => jgv |
2012-01-30 16:24 | bugmaster | Status | new => assigned |
2012-01-30 17:38 |
|
Assigned To | jgv => dbv |
2012-01-30 17:39 |
|
Note Added: 0019312 | |
2012-02-07 11:49 |
|
Note Added: 0019426 | |
2012-02-07 11:49 |
|
Assigned To | dbv => abv |
2012-02-07 11:49 |
|
Status | assigned => resolved |
2012-02-07 12:07 |
|
Note Added: 0019430 | |
2012-02-07 12:07 |
|
Status | resolved => reviewed |
2012-02-07 12:07 |
|
Target Version | => 6.5.3 |
2012-02-14 13:12 |
|
Assigned To | abv => aan |
2012-02-15 16:06 | apn | Note Added: 0019581 | |
2012-02-15 16:06 | apn | Note Edited: 0019581 | |
2012-02-15 16:07 | apn | Test case number | => Test case is not required |
2012-02-15 16:07 | apn | Status | reviewed => tested |
2012-02-17 15:12 | bugmaster | Note Added: 0019625 | |
2012-02-17 15:12 | bugmaster | Status | tested => verified |
2012-02-17 15:12 | bugmaster | Resolution | open => fixed |
2012-02-17 15:12 | bugmaster | Assigned To | aan => Pawel |
2012-03-29 17:26 | bugmaster | Changeset attached | => occt master b8f2022a |
2012-04-16 12:18 | Pawel | Assigned To | Pawel => bugmaster |
2012-04-16 12:19 | Pawel | Note Added: 0020390 |