[mythtv-commits] mythtv commit: r26629 by mdean

mythtv at cvs.mythtv.org mythtv at cvs.mythtv.org
Sun Oct 3 22:35:23 UTC 2010


      Author: mdean
        Date: 2010-10-03 22:35:23 +0000 (Sun, 03 Oct 2010)
New Revision: 26629
   Changeset: http://svn.mythtv.org/trac/changeset/26629

Log:

Refs #7714.  Add a cleanup guard to mythfilldatabase to ensure we always delete the gContext and set it to NULL regardless of where we exit.

Although all returns from mythfilldatabase's main() function properly deleted the gContext, we did not set gContext to NULL after the delete.  Therefore, the only real difference in this patch is setting gContext to NULL after deleting it.


Modified:

   trunk/mythtv/programs/mythfilldatabase/main.cpp




More information about the mythtv-commits mailing list