[mythtv-commits] mythtv branch master updated by paulh. v0.27-pre2-949-gcbd78b8

Git Repo Owner noreply at mythtv.org
Thu Apr 18 09:20:58 UTC 2013


The branch, master has been updated on the
mythtv repository by gitolite user paulh.
       via  cbd78b87b4bf5f355925e9c943b9b3a3dfb7bcaf (commit)
      from  1b0cd69c94318bb25fc3f9eee03ad8f2ec89b86e (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 cbd78b87b4bf5f355925e9c943b9b3a3dfb7bcaf
Author:    Paul Harrison <pharrison at mythtv.org> at Thu, 18 Apr 2013 10:20:42 +0100
Committer: Paul Harrison <pharrison at mythtv.org> at Thu, 18 Apr 2013 10:20:42 +0100
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=cbd78b87b4bf5f355925e9c943b9b3a3dfb7bcaf

Fix infinite recursion crash when editing Playback Groups
[df769dc8] caused a regression where TimeStretch::Save(QString) would call
TimeStretch::Save() which would call SimpleDBStorage::Save() which then calls
TimeStretch::Save(QString) causing an infinite loop.

This just makes sure we call the correct Save() method in
TimeStretch::Save(QString) to break the loop. Fixes #11492.



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

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

-- 



More information about the mythtv-commits mailing list