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

MythTV noreply at mythtv.org
Fri Feb 17 20:34:50 UTC 2012


      Author:  Raymond Wagner <rwagner at mythtv.org>
 Change Date:  2012-02-17T12:27:14-08:00
   Push Date:  2012/02/17 12:34:37 -0800
  Repository:  mythtv
      Branch:  master
New Revision:  d028e4856aed6dea728ff3b1a5a57200d1566348
   Changeset:  https://github.com/MythTV/mythtv/commit/d028e4856

Log:

Remove access lock to m_localHostname and see what happens.

The local hostname should be set very early on in MythContext::Init, and
remain static from there on. I don't see any case where there should be
any thread safety issues. Remove the mutex lockers restricting access
to that value to eliminate potential deadlocks that may result from
nested read attempts to it from the same thread.

Modified:

   mythtv/libs/libmythbase/mythcorecontext.cpp



More information about the mythtv-commits mailing list