Opened 13 years ago
Closed 12 years ago
#10865 closed Bug Report - General (Fixed)
[PATCH] MythMusic: Fix an abort due to accessing free'd memory
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | minor | Milestone: | 0.27 |
Component: | Plugin - MythMusic | Version: | 0.24-fixes |
Severity: | medium | Keywords: | abort playlist |
Cc: | Ticket locked: | no |
Description
When creating. editing or deleting a playlist an abort can occur in Track::deleteYourWidget when accessing my_widget if the widget has been deleted because its parent was deleted.
This patch adds a callback to Track::WidgetDeleted? when the widget is deleted and so prevents stale data.
Attachments (1)
Change History (3)
Changed 13 years ago by
Attachment: | 0001-MythMusic-Fix-an-abort-due-to-accessing-free-d-memor.patch added |
---|
comment:1 Changed 12 years ago by
comment:2 Changed 12 years ago by
Milestone: | unknown → 0.27 |
---|---|
Resolution: | → Fixed |
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
This ticket can be closed the code in question no longer exists.