[mythtv-commits] mythtv commit: r14339 by gigem
mythtv at cvs.mythtv.org
mythtv at cvs.mythtv.org
Tue Aug 28 01:23:10 UTC 2007
Author: gigem
Date: 2007-08-28 01:23:10 +0000 (Tue, 28 Aug 2007)
New Revision: 14339
Changeset: http://cvs.mythtv.org/trac/changeset/14339
Modified:
branches/release-0-20-fixes/mythtv/libs/libmyth/mythcontext.cpp
Log:
Backport from trunk to 0.20-fixes.
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