[mythtv] [mythtv-commits] mythtv/master commit: 82226ea37 by Robert McNamara (rmcnamara)

Robert McNamara robert.mcnamara at gmail.com
Sun Oct 30 15:03:38 UTC 2011


On Sun, Oct 30, 2011 at 7:59 AM, Daniel Kristjansson
<danielk at cuymedia.net> wrote:

> This means you are replacing an O(n^2) algorithm with a O(n) algorithm.
> There is a problem however. You told tmpList not to auto-delete, but
> it is a superset of recordingList which is set to auto-delete. Any
> items in tmpList and not in recordingList will leak.

Thanks Daniel, I figured it was something like that.

I'll fix the leaking items.

Robert


More information about the mythtv-dev mailing list