[mythtv-commits] mythtv/master commit: 93a8196f9 by Mark Kendall (mark-kendall)

MythTV noreply at mythtv.org
Thu Feb 3 03:12:27 UTC 2011


      Author:  Mark Kendall <mkendall at mythtv.org>
 Change Date:  2011-02-02T19:12:11-08:00
   Push Date:  2011/02/02 19:12:25 -0800
  Repository:  mythtv
      Branch:  master
New Revision:  93a8196f99587cc091d9894f84442f66706584a7
   Changeset:  https://github.com/MythTV/mythtv/commit/93a8196f9

Log:

Remove an extraneous QMutex unlock in RingBuffer.

This has been reported several times as the cause of assertions on the
windows build and when using a debug build of Qt. I've not been able to
trigger that condition but logically the current line is the last action
in the destructor of the base class and hence should have no impact.

Modified:

   mythtv/libs/libmythtv/ringbuffer.cpp



More information about the mythtv-commits mailing list