Opened 10 years ago
Last modified 8 years ago
#919 closed defect
Memory leaks — at Initial Version
Reported by: | Veranika Liaukevich | Owned by: | Veranika Liaukevich |
---|---|---|---|
Priority: | major | Milestone: | 9.2 |
Component: | undecided | Version: | development |
Keywords: | Cc: | ||
Complexity: | Medium |
Description
There are some places, where rasserver leaks memory.
Some examples:
- Type::getTypeStructure method returns a pointer, which should be freed by the caller. In QtMDD constructor this pointer is not freed.
- BLOBTile::initStorage duplicates FILEDATADIR string and doesn't free the memory
- QueryTree::evaluateUpdate returns a pointer to a vector, which is not freed later by the caller
Note:
See TracTickets
for help on using tickets.