[mythtv-commits] mythtv commit: r24002 by janne

mythtv at cvs.mythtv.org mythtv at cvs.mythtv.org
Mon Apr 5 11:18:03 UTC 2010


      Author: janne
        Date: 2010-04-05 11:18:03 +0000 (Mon, 05 Apr 2010)
New Revision: 24002
   Changeset: http://svn.mythtv.org/trac/changeset/24002

Modified:

   trunk/mythtv/libs/libmythtv/dtvrecorder.cpp
   trunk/mythtv/libs/libmythtv/dtvrecorder.h
   trunk/mythtv/libs/libmythtv/dvbrecorder.cpp
   trunk/mythtv/libs/libmythtv/dvbrecorder.h
   trunk/mythtv/libs/libmythtv/firewirerecorder.cpp
   trunk/mythtv/libs/libmythtv/firewirerecorder.h
   trunk/mythtv/libs/libmythtv/hdhrrecorder.cpp
   trunk/mythtv/libs/libmythtv/hdhrrecorder.h
   trunk/mythtv/libs/libmythtv/importrecorder.h
   trunk/mythtv/libs/libmythtv/iptvrecorder.cpp
   trunk/mythtv/libs/libmythtv/iptvrecorder.h
   trunk/mythtv/libs/libmythtv/mpegrecorder.cpp
   trunk/mythtv/libs/libmythtv/mpegrecorder.h

Log:

move basic stream data handling to DTVRecorder

This fixes leaking stream data in various recorder on destruction.
The SetStreamData(NULL) call in ~DTVRecorder just calls its own
SetStreamData() which does nothing. Reverts the quick fix for the
DVBRecorder in [23991]. Refs #8266




More information about the mythtv-commits mailing list