[mythtv-firehose] mythtv branch fixes/0.26 updated by natanojl. v0.26.0-119-gc0419cd

Git Repo Owner noreply at mythtv.org
Tue Mar 19 22:49:57 UTC 2013


The branch, fixes/0.26 has been updated on the
mythtv repository by gitolite user natanojl.
       via  c0419cd1759f299a4232c12cf62dbea8b30180f2 (commit)
       via  f1715d057f42d22a08002fa69790cc08a7306dbc (commit)
      from  25aa598fda8fce1d1ed36c68b9da75ebfd1c7476 (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 c0419cd1759f299a4232c12cf62dbea8b30180f2
Author:    Jonatan Lindblad <jlindblad at mythtv.org> at Tue, 19 Mar 2013 23:39:50 +0100
Committer: Jonatan Lindblad <jlindblad at mythtv.org> at Tue, 19 Mar 2013 23:39:50 +0100
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=c0419cd1759f299a4232c12cf62dbea8b30180f2

MythUI: Fix use after free in MythUIEditBar
The call to ReleaseImages() in MythUIEditBar's dtor caused a free memory read
since SetRedraw() accesses its parent whose dtor has already been called.

Calling ReleaseImages() from MythUIEditBar's dtor also isn't necessary since the
images in m_images are children of MythUIEditBar and are automatically deleted
by Qt.

Fixes #11458, Refs #11402
(cherry picked from commit 6e0f69dca6a554f4baf0fe8f9226458d36c459c7)



commit f1715d057f42d22a08002fa69790cc08a7306dbc
Author:    Jonatan Lindblad <jlindblad at mythtv.org> at Tue, 19 Mar 2013 23:39:18 +0100
Committer: Jonatan Lindblad <jlindblad at mythtv.org> at Tue, 19 Mar 2013 23:39:18 +0100
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=f1715d057f42d22a08002fa69790cc08a7306dbc

OpenGLVideo: Fix a double free in AddFilter() when OptimiseFilters() fails
Fixes #11430
(cherry picked from commit 5769dca4c4ed442b62741e9abeeb2e3490d9b909)



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

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

-- 



More information about the mythtv-firehose mailing list