[mythtv-commits] mythtv branch master updated by stuartm. v0.26-pre-419-g6ce0af8

Git Repo Owner noreply at mythtv.org
Wed May 30 11:55:59 UTC 2012


The branch, master has been updated on the
mythtv repository by gitolite user stuartm.
       via  6ce0af8ce480b7445ebbd198a008f6023d17d24e (commit)
      from  2144ef18beb7024b0e266e3dd5d0ed056ca0cd3a (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 6ce0af8ce480b7445ebbd198a008f6023d17d24e
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:53:37 +0100
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=6ce0af8ce480b7445ebbd198a008f6023d17d24e

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 (cherry picked from commit f46b168a87a609b4cc6834f32d392ebf83dfe89e)



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

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-commits mailing list