[mythtv-commits] mythtv branch master updated by dekarl. v0.28-pre-2282-gb49ff2d

Git Repo Owner noreply at mythtv.org
Wed Oct 8 16:52:37 UTC 2014


The branch, master has been updated on the
mythtv repository by gitolite user dekarl.
       via  b49ff2dcc7c0be58af7a4ef29c3dba81313c0577 (commit)
      from  4668db1b1b4af53028fe5d8b28a9e6e4570d7d18 (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 b49ff2dcc7c0be58af7a4ef29c3dba81313c0577
Author:    Karl Dietz <dekarl at mythtv.org> at Wed, 8 Oct 2014 18:46:51 +0200
Committer: Karl Dietz <dekarl at mythtv.org> at Wed, 8 Oct 2014 18:46:51 +0200
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=b49ff2dcc7c0be58af7a4ef29c3dba81313c0577

don't zero the pointer after the delete if its a parameter
silence cppcheck in this case
    void a (type *b) {
        delete b;
        b = NULL; // Assignment of function parameter has no effect outside the function.
    }



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

Summary of changes:
 mythtv/libs/libmythtv/Bluray/bdoverlayscreen.cpp |    1 -
 mythtv/libs/libmythui/mythgenerictree.cpp        |    1 -
 mythtv/libs/libmythupnp/upnpcds.cpp              |    1 -
 3 files changed, 0 insertions(+), 3 deletions(-)

-- 



More information about the mythtv-commits mailing list