﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc	mlocked
13438	Potential memory leak in RecorderBase::CheckForRingBufferSwitch	David Hampton	David Hampton	"At the end of the RecorderBase::CheckForRingBufferSwitch function, 
m_tvrec->RingBufferChanged is called with recq as an argument, and that function ends up freeing the memory pointed to by recq.  Its theoretically possible to get to this point and have m_tvrec be a nullptr, in which case the function isn't called and recq isn't freed.  The code needs to delete recq in that case.
"	Bug Report - Memory Leak	closed	minor	30.1	MythTV - Recording	Master Head	medium	fixed			0
