Opened 19 years ago
Closed 19 years ago
Last modified 19 years ago
#3328 closed patch (fixed)
Fix crash in AlbumArtImages on music startup
| Reported by: | anonymous | Owned by: | paulh |
|---|---|---|---|
| Priority: | minor | Milestone: | unknown |
| Component: | mythmusic | Version: | head |
| Severity: | medium | Keywords: | |
| Cc: | Ticket locked: | no |
Description
If AlbumArt visualiser is chosen at startup, chosing "Play Music" will crash as it hits an uninitialised pointer to a Metadata
Attached patch initialises it to NULL, and on a NULL Metadata don't try to find album art.
Attachments (1)
Change History (3)
by , 19 years ago
| Attachment: | init-metadata.patch added |
|---|
comment:1 by , 19 years ago
| Owner: | changed from to |
|---|---|
| Version: | unknown → head |
Specifically it will crash on an empty playlist. Reassigning to Paul as I'd already made him aware of the problem.
comment:2 by , 19 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
(In [13305]) Don't try to find album art images if the passed metadata pointer is NULL. Make sure some variables are initialised properly in MainVisual.
Fixes #3328.
Note:
See TracTickets
for help on using tickets.

patch to initialise m_parent to 0.