[mythtv-commits] mythtv commit: r25036 by robertm

mythtv at cvs.mythtv.org mythtv at cvs.mythtv.org
Mon Jun 7 19:43:31 UTC 2010


      Author: robertm
        Date: 2010-06-07 19:43:31 +0000 (Mon, 07 Jun 2010)
New Revision: 25036
   Changeset: http://svn.mythtv.org/trac/changeset/25036

Modified:

   trunk/mythplugins/mythvideo/mythvideo/videodlg.cpp

Log:

Add more null checking to MythVideo main dialog, and set the m_currentNode value to NULL when reloading the tree following a scan.  My theory is that while the tree was being invalidated, failing to set the m_currentNode to NULL is what was causing the crashes as the pointer was non-null but non-valid after the invalidation of the tree.  (I hope) Fixes #7689.  If it doesn't we can re-open for another go-round.




More information about the mythtv-commits mailing list