[mythtv] Re: [mythtv-commits] mythtv commits

J. Donavan Stanley jdonavan at jdonavan.net
Thu Mar 3 01:24:16 UTC 2005


mythtv at cvs.mythtv.org wrote:

>----------------------------------------------------------------------------
>Changes committed by jdonavan on Thu Mar  3 01:14:41 2005
>
>Modified Files:
>   in mythtv/libs/libmyth:
>        screensaver.cpp 
>Log Message:
>Fix the singleton to actually be a singleton instead of creating a leak source.
>Fix the #ifdef logic so that the proper screensaver control object gets created instead of the null version (and leaking the platform specific one in the process)
>
>  
>

Bah I'm tired, it was only a potential leak source and not a singleton.  
Once I fixed that issue, the resulting code would have leaked a platform 
specific controller due to the way the #ifdefs were structured.


More information about the mythtv-dev mailing list