
noreply at mythtv
Jun 7, 2012, 2:40 PM
Post #1 of 1
(48 views)
Permalink
|
|
mythtv branch master updated by stuartm. v0.26-pre-527-g18d0a1c
|
|
The branch, master has been updated on the mythtv repository by gitolite user stuartm. via 18d0a1c3b63475dd0c27c2e83be9bf46f173cf02 (commit) via d314019b86ef0478ba060c5e6c177109137ab532 (commit) from 7fb9747c047add7d149f32afd27f20bd0f76ea6e (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 18d0a1c3b63475dd0c27c2e83be9bf46f173cf02 Author: Stuart Morgan <smorgan [at] mythtv> at Thu, 7 Jun 2012 22:07:14 +0100 Committer: Stuart Morgan <smorgan [at] mythtv> at Thu, 7 Jun 2012 22:40:26 +0100 URL: http://code.mythtv.org/cgit/mythtv/commit/?id=18d0a1c3b63475dd0c27c2e83be9bf46f173cf02 Fix a possible but insignificant leak in MythArchive's VideoSelector::getVideoListFromDB(). Coverity defect 703764 commit d314019b86ef0478ba060c5e6c177109137ab532 Author: Stuart Morgan <smorgan [at] mythtv> at Thu, 7 Jun 2012 20:47:57 +0100 Committer: Stuart Morgan <smorgan [at] mythtv> at Thu, 7 Jun 2012 22:40:26 +0100 URL: http://code.mythtv.org/cgit/mythtv/commit/?id=d314019b86ef0478ba060c5e6c177109137ab532 Remove unused member variable in MythWeather's SourceManager class. Silences warning from Coverity, defect 703838 ----------------------------------------------------------------------- Summary of changes: .../mytharchive/mytharchive/videoselector.cpp | 15 ++++++--------- .../mythweather/mythweather/sourceManager.h | 1 - 2 files changed, 6 insertions(+), 10 deletions(-) -- _______________________________________________ mythtv-commits mailing list mythtv-commits [at] mythtv http://www.mythtv.org/mailman/listinfo/mythtv-commits
|