[mythtv-commits] mythtv commit: r9927 by danielk

mythtv at cvs.mythtv.org mythtv at cvs.mythtv.org
Sat May 13 11:45:18 EDT 2006


      Author: danielk
        Date: 2006-05-13 15:45:17 +0000 (Sat, 13 May 2006)
New Revision: 9927
   Changeset: http://cvs.mythtv.org/trac/changeset/9927

Modified:

   branches/release-0-19-fixes/mythtv/libs/libmythtv/osdtypes.cpp

Log:

Fixes #1807. Crash on uninitialized OSD cache pointer in 0.19-fixes.

I was able to reproduce this (through a slightly more circuitus route). It looks like this was do to a lost change in the backport, but I also noticed that this depends on "delete NULL;" being safe. I added a null check before the delete which I'll port back to SVN head.






More information about the mythtv-commits mailing list