
noreply at mythtv
May 31, 2012, 5:45 AM
Post #1 of 1
(35 views)
Permalink
|
|
mythtv branch fixes/0.25 updated by stuartm. v0.25-134-gd7b0ceb
|
|
The branch, fixes/0.25 has been updated on the mythtv repository by gitolite user stuartm. via d7b0ceb292e24f734b2622cfde0953378baad0fd (commit) from 399da0a5605cf93cfb8cf98fc669a2b3f12eaec9 (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 d7b0ceb292e24f734b2622cfde0953378baad0fd Author: Stuart Morgan <smorgan [at] mythtv> at Thu, 31 May 2012 13:40:54 +0100 Committer: Stuart Morgan <smorgan [at] mythtv> at Thu, 31 May 2012 13:44:39 +0100 URL: http://code.mythtv.org/cgit/mythtv/commit/?id=d7b0ceb292e24f734b2622cfde0953378baad0fd Fix yet more leaks in services/dvr.cpp. Objects allocated on the heap when they could/should have been on the stack. (cherry picked from commit 0a33dd5ee71cbf80f9510e264d71806f303b022e) ----------------------------------------------------------------------- Summary of changes: mythtv/programs/mythbackend/services/dvr.cpp | 34 ++++++++++++++----------- 1 files changed, 19 insertions(+), 15 deletions(-) -- _______________________________________________ mythtv-firehose mailing list mythtv-firehose [at] mythtv http://www.mythtv.org/mailman/listinfo/mythtv-firehose
|