[mythtv-commits] mythtv commit: r7120 by danielk

mythtv at cvs.mythtv.org mythtv at cvs.mythtv.org
Wed Aug 24 19:14:01 UTC 2005


      Author: danielk
        Date: 2005-08-24 19:14:00 +0000 (Wed, 24 Aug 2005)
New Revision: 7120
   Changeset: http://cvs.mythtv.org/trac/changeset/7120

Modified:

   trunk/mythtv/libs/libmythtv/siscan.cpp

Log:

Fixes SEGFAULT reported by Adam Egger.
And another SEGFAULT I discovered on SIScan early shutdown.

The Adam Egger segfault happened because SIParser emitted 
events before the current iterator had been set.

The shutdown segfault happened because the SIScan event
loop was still runing and possibly using SIParser after
the SIParser had been deleted.






More information about the mythtv-commits mailing list