Opened 6 years ago
Closed 6 years ago
#1827 closed defect (fixed)
memory deallocation ambiguity in clipping handler
Reported by: | bbell | Owned by: | bbell |
---|---|---|---|
Priority: | minor | Milestone: | 9.7 |
Component: | qlparser | Version: | development |
Keywords: | clipping, memory leak | Cc: | Dimitar Misev |
Complexity: | Medium |
Description
The correct default delete operator is not set in qtclipping.cc:567. A better solution than setting the default delete operator in the constructor of the shared_ptr would be to use a unique_ptr.
Note:
See TracTickets
for help on using tickets.