[mythtv-commits] mythtv/master commit: 82de40a96 by Paul Harrison (paul-h)

MythTV noreply at mythtv.org
Sun May 8 10:40:22 UTC 2011


      Author:  Paul Harrison <pharrison at mythtv.org>
 Change Date:  2011-05-08T03:39:55-07:00
   Push Date:  2011/05/08 03:40:15 -0700
  Repository:  mythtv
      Branch:  master
New Revision:  82de40a963af1ea25b17f43c651aa58519fc31b4
   Changeset:  https://github.com/MythTV/mythtv/commit/82de40a96

Log:

MythUIImage: Fix a possible dead lock in SetImage(MythImage *)

It was possible to completely lockup the FE if a NULL image was passed to this
function because other parts of MythUIImage would try to obtain a read lock
while this function still had the write lock causing the FE to lock up.

Modified:

   mythtv/libs/libmythui/mythuiimage.cpp



More information about the mythtv-commits mailing list