[mythtv-commits] mythtv commit: r21539 by paulh

mythtv at cvs.mythtv.org mythtv at cvs.mythtv.org
Wed Aug 26 22:39:21 UTC 2009


      Author: paulh
        Date: 2009-08-26 22:39:20 +0000 (Wed, 26 Aug 2009)
New Revision: 21539
   Changeset: http://cvs.mythtv.org/trac/changeset/21539

Modified:

   trunk/mythtv/programs/mythfrontend/guidegrid.cpp

Log:

Fix a segfault in the program guide when using the number keys to jump
to a channel.

The problem was if the first number pressed doesn't match any channels
then JumpToChannel will delete itself in the ctor leading to a stale
pointer being used later on. Fixes #6895.




More information about the mythtv-commits mailing list