[mythtv-firehose] mythtv branch fixes/0.26 updated by paulh. v0.26.0-164-gd1a4831

Git Repo Owner noreply at mythtv.org
Sat May 18 16:05:27 UTC 2013


The branch, fixes/0.26 has been updated on the
mythtv repository by gitolite user paulh.
       via  d1a48313dac5510795250c783bca2fe56ee6d7b1 (commit)
      from  27fa52d288ec01f017b43c1f1ec09382c4baaa2f (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit d1a48313dac5510795250c783bca2fe56ee6d7b1
Author:    Paul Harrison <mythtv at sky.com> at Sun, 27 Jan 2013 10:49:35 +0000
Committer: Paul Harrison <pharrison at mythtv.org> at Sat, 18 May 2013 17:01:45 +0100
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=d1a48313dac5510795250c783bca2fe56ee6d7b1

Fix possible segfault when exiting a screen when using the Qt painter
This changes MythScreenStack::PopScreen() to call deleteLater() on the
screen rather than immediately deleting it so as to allow any keypressEvent
handlers to complete safely before the screen is deleted when control
returns to the event loop.

Fixes #11383.
(cherry picked from commit c713988707d2c795a2a2abeff817d1b187d4b3f6)



-----------------------------------------------------------------------

Summary of changes:
 mythtv/libs/libmythui/mythscreenstack.cpp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

-- 



More information about the mythtv-firehose mailing list