[mythtv-commits] mythtv/master commit: 7866a616c by Raymond Wagner (wagnerrp)

MythTV noreply at mythtv.org
Fri Feb 17 07:05:42 UTC 2012


      Author:  Raymond Wagner <rwagner at mythtv.org>
 Change Date:  2012-02-16T22:57:16-08:00
   Push Date:  2012/02/16 23:05:27 -0800
  Repository:  mythtv
      Branch:  master
New Revision:  7866a616caf13e92a2810c194be8984fe701bdb0
   Changeset:  https://github.com/MythTV/mythtv/commit/7866a616c

Log:

Correct ProcessRequestQueue leak in VideoScan::SetDirs.

When QUERY_VIDEOS was called against the master backend, it would run
the video scanner, which would in turn pull the master backend hostname
from gCoreContext.  Since that queries the value from the master
backend, it would stall, never to return, and lock the attached
ProcessRequestQueue until the backend was restarted.

Modified:

   mythtv/libs/libmythmetadata/videoscan.cpp



More information about the mythtv-commits mailing list