[mythtv] [mythtv-commits] mythtv commit: r9285 - in trunk/mythtv by kkuphal
Kevin Kuphal
kuphal at dls.net
Tue Mar 7 20:37:35 UTC 2006
Chris Pinkham wrote:
> I think that the issue is because you don't 'new' when you save the lastProgram
> inside of TV::SetJumpToProgram(), but you do 'new' when you save inside of
> PlaybackBox::play(). If you add a 'new' inside of TV::SetJumpToProgram(), then
> you should be able to perform the delete inside of PlaybackBox::play()
I'll give those changes a try maybe tonight if I get a chance and see
what happens. Thanks for taking a look. I typically get lost trying to
track the pointers passing back and forth between those two pieces. :)
Kevin
More information about the mythtv-dev
mailing list