[mythtv-commits] mythtv branch master updated by paulh. v0.27-pre2-1804-gcd314dc

Git Repo Owner noreply at mythtv.org
Sat Jul 13 18:46:21 UTC 2013


The branch, master has been updated on the
mythtv repository by gitolite user paulh.
       via  cd314dc6cab8b212221d6318876b2c3f46503a3e (commit)
      from  07c54f07872c764f5f355775b27d9ee6f93daf0c (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 cd314dc6cab8b212221d6318876b2c3f46503a3e
Author:    Gary Buhrmaster <gary.buhrmaster at gmail.com> at Sat, 13 Jul 2013 19:46:07 +0100
Committer: Paul Harrison <pharrison at mythtv.org> at Sat, 13 Jul 2013 19:46:07 +0100
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=cd314dc6cab8b212221d6318876b2c3f46503a3e

Eliminate memory leak in MythRenderOpenGL
In commit 07c54f07872c764f5f355775b27d9ee6f93daf0c
a memory leak was introduced.  This patch eliminates
the use of the pointer where the lock member object
is lost and replaces it by appropriate creation in
the initializer.  This is a "minimal" fix to the issue.

Refs #11660

Signed-off-by: Paul Harrison <pharrison at mythtv.org>



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

Summary of changes:
 mythtv/libs/libmythui/mythrender_opengl.cpp |   10 ++++------
 mythtv/libs/libmythui/mythrender_opengl.h   |    2 +-
 2 files changed, 5 insertions(+), 7 deletions(-)

-- 



More information about the mythtv-commits mailing list