
noreply at mythtv
May 9, 2012, 3:16 PM
Post #1 of 1
(57 views)
Permalink
|
|
mythtv branch master updated by stuartm. v0.26-pre-254-g805cac5
|
|
The branch, master has been updated on the mythtv repository by gitolite user stuartm. via 805cac52a07bb20933e9598f8c081aa4013ba788 (commit) via a68210ce582791ba3847196f5c8b6b98d63390e4 (commit) via b989db66ce8382c654306277d480e8fdfec58dd2 (commit) from 812fcf711ab21cd0f1d6c5898d1a01b94492b0f8 (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 805cac52a07bb20933e9598f8c081aa4013ba788 Author: Stuart Morgan <smorgan [at] mythtv> at Wed, 9 May 2012 22:55:02 +0100 Committer: Stuart Morgan <smorgan [at] mythtv> at Wed, 9 May 2012 22:55:02 +0100 URL: http://code.mythtv.org/cgit/mythtv/commit/?id=805cac52a07bb20933e9598f8c081aa4013ba788 Fix minor memory leak in MythUIButtonList::DistributeButtons() discovered by Coverity commit a68210ce582791ba3847196f5c8b6b98d63390e4 Author: Stuart Morgan <smorgan [at] mythtv> at Wed, 9 May 2012 22:44:03 +0100 Committer: Stuart Morgan <smorgan [at] mythtv> at Wed, 9 May 2012 22:44:03 +0100 URL: http://code.mythtv.org/cgit/mythtv/commit/?id=a68210ce582791ba3847196f5c8b6b98d63390e4 Fix minor memory leak spotted by coverity commit b989db66ce8382c654306277d480e8fdfec58dd2 Author: Stuart Morgan <smorgan [at] mythtv> at Wed, 9 May 2012 22:09:45 +0100 Committer: Stuart Morgan <smorgan [at] mythtv> at Wed, 9 May 2012 22:10:00 +0100 URL: http://code.mythtv.org/cgit/mythtv/commit/?id=b989db66ce8382c654306277d480e8fdfec58dd2 Fix potential null pointer de-reference spotted by Coverity. ----------------------------------------------------------------------- Summary of changes: mythtv/libs/libmyth/programinfo.cpp | 12 ++++-------- mythtv/libs/libmythui/mythuibuttonlist.cpp | 6 ++++++ mythtv/libs/libmythui/mythuitextedit.cpp | 2 +- 3 files changed, 11 insertions(+), 9 deletions(-) -- _______________________________________________ mythtv-firehose mailing list mythtv-firehose [at] mythtv http://www.mythtv.org/mailman/listinfo/mythtv-firehose
|