Opened 17 years ago
Closed 17 years ago
#5705 closed defect (fixed)
mythweather-defects
| Reported by: | Owned by: | stuartm | |
|---|---|---|---|
| Priority: | trivial | Milestone: | unknown |
| Component: | mythweather | Version: | head |
| Severity: | low | Keywords: | |
| Cc: | Ticket locked: | no |
Description
There is a minor memory leak in WeatherSource::probeTimeouts().
There are also a few classes that do not initialize all of their member variables in their ctors
Attachments (2)
Change History (4)
by , 17 years ago
| Attachment: | mythweather-defects.patch added |
|---|
comment:1 by , 17 years ago
Note:
See TracTickets
for help on using tickets.

closes mem leak by using stack allocated var instead of heap allocated memory