
noreply at mythtv
May 24, 2012, 12:59 PM
Post #1 of 1
(35 views)
Permalink
|
|
mythtv branch master updated by stuartm. v0.26-pre-387-gb30825e
|
|
The branch, master has been updated on the mythtv repository by gitolite user stuartm. via b30825e3119992be374ca6bf5e720199e710650c (commit) via 9f7cb75fd428abffcc535865abe769f10cf66732 (commit) from 9bddf5b26c5cf7e514e336de2ea4791031326cbe (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 b30825e3119992be374ca6bf5e720199e710650c Author: Stuart Morgan <smorgan [at] mythtv> at Thu, 24 May 2012 20:57:20 +0100 Committer: Stuart Morgan <smorgan [at] mythtv> at Thu, 24 May 2012 20:57:20 +0100 URL: http://code.mythtv.org/cgit/mythtv/commit/?id=b30825e3119992be374ca6bf5e720199e710650c Fix several memory leaks in services/dvr.cpp. Coverity defects 700670, 700671, 700672 & 700673 commit 9f7cb75fd428abffcc535865abe769f10cf66732 Author: Stuart Morgan <smorgan [at] mythtv> at Thu, 24 May 2012 20:49:55 +0100 Committer: Stuart Morgan <smorgan [at] mythtv> at Thu, 24 May 2012 20:49:55 +0100 URL: http://code.mythtv.org/cgit/mythtv/commit/?id=9f7cb75fd428abffcc535865abe769f10cf66732 Always check the return value of QSqlQuery::next() and QSqlQuery::exec() before accessing results in Scheduler::UpdateManuals() and UPnpCDSTv::AddItem(). Coverity defects 700275 and 700276. ----------------------------------------------------------------------- Summary of changes: mythtv/programs/mythbackend/scheduler.cpp | 4 ++- mythtv/programs/mythbackend/services/dvr.cpp | 31 +++++++++++++------------ mythtv/programs/mythbackend/upnpcdstv.cpp | 3 +- 3 files changed, 20 insertions(+), 18 deletions(-) -- _______________________________________________ mythtv-firehose mailing list mythtv-firehose [at] mythtv http://www.mythtv.org/mailman/listinfo/mythtv-firehose
|