Opened 19 years ago
Closed 19 years ago
Last modified 19 years ago
#3629 closed defect (fixed)
MythMovies memory leak
| Reported by: | Owned by: | stuartm | |
|---|---|---|---|
| Priority: | minor | Milestone: | unknown |
| Component: | mythmovies | Version: | unknown |
| Severity: | medium | Keywords: | |
| Cc: | Ticket locked: | no |
Description
In mythmovies/moviesui.cpp, the MoviesUI constructor allocates query and subQuery, and never deletes them. They should be deleted in the destructor. Trivial patch attached.
Attachments (1)
Change History (4)
by , 19 years ago
| Attachment: | mythmovies.13716.txt added |
|---|
comment:1 by , 19 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
comment:2 by , 19 years ago
Note:
See TracTickets
for help on using tickets.

(In [13717]) Fixes #3629
Applies patch by Russell Bryant to address a small memory leak in mythmovies by deleting the query and subQuery pointers in the MoviesUI destructor.