[mythtv-commits] mythtv commit: r7319 by danielk

mythtv at cvs.mythtv.org mythtv at cvs.mythtv.org
Tue Sep 27 15:56:20 UTC 2005


      Author: danielk
        Date: 2005-09-27 15:56:20 +0000 (Tue, 27 Sep 2005)
New Revision: 7319
   Changeset: http://cvs.mythtv.org/trac/changeset/7319

Modified:

   trunk/mythtv/libs/libmythtv/NuppelVideoRecorder.cpp

Log:

Small fix for NVR desctructor. Basically it delete's
the RingBuffer instance pointed to by the RecorderBase
variable "ringBuffer", which I'm assuming is being done
for some functional reason.

But it doesn't set the pointer to NULL so ~RecorderBase()
tries to delete it too... badness results. This sets the
pointer to NULL after deleting the RingBuffer instance.






More information about the mythtv-commits mailing list