[mythtv-commits] mythtv commit: r14337 by gigem

mythtv at cvs.mythtv.org mythtv at cvs.mythtv.org
Tue Aug 28 01:13:35 UTC 2007


      Author: gigem
        Date: 2007-08-28 01:13:35 +0000 (Tue, 28 Aug 2007)
New Revision: 14337
   Changeset: http://cvs.mythtv.org/trac/changeset/14337

Modified:

   trunk/mythtv/libs/libmyth/mythcontext.cpp

Log:

Fixed MythContext::GetHostName() to be thread-safe.  QStrings can not
be shared between threads due to unsafe reference counting.  This
change causes GetHostName() to always return an unshared QString.





More information about the mythtv-commits mailing list