[mythtv-commits] mythtv commit: r17937 by danielk
mythtv at cvs.mythtv.org
mythtv at cvs.mythtv.org
Fri Jul 25 19:37:44 UTC 2008
Author: danielk
Date: 2008-07-25 19:37:44 +0000 (Fri, 25 Jul 2008)
New Revision: 17937
Changeset: http://cvs.mythtv.org/trac/changeset/17937
Modified:
trunk/mythtv/libs/libmythtv/RingBuffer.cpp
trunk/mythtv/libs/libmythtv/RingBuffer.h
Log:
Fixes #5516. Improper locking in RingBuffer class.
I didn't use Erik's patch because it didn't really address the problem, two different locks were being used to independently to protect the same 'readblocksize' variable. But the report pointed me in the right direction.
More information about the mythtv-commits
mailing list