[mythtv-commits] mythtv branch master updated by paulh. v30-Pre-251-g8bee63d

Git Repo Owner noreply at mythtv.org
Thu Oct 26 22:25:25 UTC 2017


The branch, master has been updated on the
mythtv repository by gitolite user paulh.
       via  8bee63d9c83d11859604799af24fc6afe3269984 (commit)
      from  f7b98bcccba4ddf6f2a979560e4626c1ec652d1f (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 8bee63d9c83d11859604799af24fc6afe3269984
Author:    Paul Harrison <pharrison at mythtv.org> at Thu, 26 Oct 2017 23:24:47 +0100
Committer: Paul Harrison <pharrison at mythtv.org> at Thu, 26 Oct 2017 23:24:47 +0100
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=8bee63d9c83d11859604799af24fc6afe3269984

AudioConfigSettings: fix Coverity ID 1418547 Dereference before null check
There may be a null pointer dereference, or else the comparison against null
is unnecessary.

In AudioConfigSettings::UpdateCapabilities(bool, bool): All paths that lead
to this null pointer comparison already dereference the pointer earlier.



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

Summary of changes:
 .../programs/mythfrontend/audiogeneralsettings.cpp |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

-- 



More information about the mythtv-commits mailing list