Opened 12 years ago

Closed 11 years ago

#10865 closed Bug Report - General (Fixed)

[PATCH] MythMusic: Fix an abort due to accessing free'd memory

Reported by: Lawrence Rust <lvr@…> 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)

0001-MythMusic-Fix-an-abort-due-to-accessing-free-d-memor.patch (2.7 KB) - added by Lawrence Rust <lvr@…> 12 years ago.

Download all attachments as: .zip

Change History (3)

Changed 12 years ago by Lawrence Rust <lvr@…>

comment:1 Changed 11 years ago by paulh <mythtv@…>

This ticket can be closed the code in question no longer exists.

comment:2 Changed 11 years ago by stuartm

Milestone: unknown0.27
Resolution: Fixed
Status: newclosed
Note: See TracTickets for help on using tickets.