Opened 14 years ago
Closed 14 years ago
Last modified 14 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)
Changed 14 years ago by
Attachment: | mythmovies.13716.txt added |
---|
comment:1 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 Changed 14 years ago by
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.