[mythtv-commits] Ticket #10865: [PATCH] MythMusic: Fix an abort due to accessing free'd memory

MythTV noreply at mythtv.org
Tue Jun 26 14:49:35 UTC 2012


#10865: [PATCH] MythMusic: Fix an abort due to accessing free'd memory
-----------------------------------+--------------------------------------
 Reporter:  Lawrence Rust <lvr@…>  |           Type:  Bug Report - General
   Status:  new                    |       Priority:  minor
Milestone:  unknown                |      Component:  Plugin - MythMusic
  Version:  0.24-fixes             |       Severity:  medium
 Keywords:  abort playlist         |  Ticket locked:  0
-----------------------------------+--------------------------------------
 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.

-- 
Ticket URL: <http://code.mythtv.org/trac/ticket/10865>
MythTV <http://code.mythtv.org/trac>
MythTV Media Center


More information about the mythtv-commits mailing list