[mythtv-commits] mythtv commit: r12229 by jwestfall

mythtv at cvs.mythtv.org mythtv at cvs.mythtv.org
Sat Dec 9 22:51:06 UTC 2006


      Author: jwestfall
        Date: 2006-12-09 22:51:05 +0000 (Sat, 09 Dec 2006)
New Revision: 12229
   Changeset: http://cvs.mythtv.org/trac/changeset/12229

Modified:

   trunk/mythtv/programs/mythfrontend/playbackbox.cpp

Log:

Fix crash when leaving watch recordings after a pixmap was generated.  

PreviewGenerator* objects were being stored in the previewGenerator QMap 
with a key of "/filename", but removable was being attempted with just 
"filename"  This was leaving deleted PreviewGenerator* objects in the 
QMap, which ~PlaybackBox() attempted to delete again.






More information about the mythtv-commits mailing list