Opened 16 years ago
Closed 16 years ago
#226 closed defect (fixed)
heap canonicalization does not report leaks
| Reported by: | Stephen Siegel | Owned by: | Stephen Siegel |
|---|---|---|---|
| Priority: | major | Milestone: | Release 1.0 |
| Component: | state | Version: | 1.0 |
| Keywords: | leak memory canonical | Cc: |
Description
Leaks are discovered as unreachable parts of heap, but are not reported as warning or error, only swept up. Reporting a warning might be appropriate.
Note:
See TracTickets
for help on using tickets.

A warning message is now printed. Definite room for improvement here. The warning should be structured, accumulated, added to a report. We should keep track of the statement that malloc'ed the leaked object.