[mythtv-firehose] mythtv branch fixes/0.25 updated by stuartm. v0.25-130-gf46b168

Git Repo Owner noreply at mythtv.org
Wed May 30 11:52:53 UTC 2012


The branch, fixes/0.25 has been updated on the
mythtv repository by gitolite user stuartm.
       via  f46b168a87a609b4cc6834f32d392ebf83dfe89e (commit)
      from  036d9970b21e71bd1a243ecdc234ca35445587ae (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 f46b168a87a609b4cc6834f32d392ebf83dfe89e
Author:    Stuart Morgan <smorgan at mythtv.org> at Wed, 30 May 2012 12:52:24 +0100
Committer: Stuart Morgan <smorgan at mythtv.org> at Wed, 30 May 2012 12:52:24 +0100
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=f46b168a87a609b4cc6834f32d392ebf83dfe89e

Fix file handle leaks in oggvorbis and wavpack tag readers. These, along with one in the flac tag reader were caused when we stopped using an instance of the Taglib::FileRef class to read the track length. Taglib::FileRef would take ownership of the pointer and delete it when we were done, now that we're not using Taglib::FileRef we're again responsible for deleting the object which in turn closes the open file handle. Refs #10721



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

Summary of changes:
 .../mythmusic/mythmusic/metaiooggvorbis.cpp        |    4 ++--
 mythplugins/mythmusic/mythmusic/metaiowavpack.cpp  |    4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

-- 



More information about the mythtv-firehose mailing list