gnash-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnash-commit] [SCM] Gnash branch, master, updated. release_0_8_9_start-


From: Bastiaan Jacques
Subject: [Gnash-commit] [SCM] Gnash branch, master, updated. release_0_8_9_start-104-ge6d4a3a
Date: Mon, 21 Feb 2011 20:02:04 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Gnash".

The branch, master has been updated
       via  e6d4a3a85f3a531f47366784ad1d5e4a1a612b28 (commit)
      from  e0d851c24bfaf6d2209f1e7e75f882ad6b289b3c (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://git.savannah.gnu.org/cgit//commit/?id=e6d4a3a85f3a531f47366784ad1d5e4a1a612b28


commit e6d4a3a85f3a531f47366784ad1d5e4a1a612b28
Author: Bastiaan Jacques <address@hidden>
Date:   Mon Feb 21 21:01:54 2011 +0100

    Fix a deadlocked caused by attempting to lock a mutex twice. Bug #32557.

diff --git a/libsound/sound_handler.cpp b/libsound/sound_handler.cpp
index ae7d84f..0084418 100644
--- a/libsound/sound_handler.cpp
+++ b/libsound/sound_handler.cpp
@@ -231,7 +231,7 @@ sound_handler::stopEmbedSoundInstances(EmbedSound& def)
         log_debug(" unplugging input stream %p from stopEmbedSoundInstances", 
*i);
 #endif
 
-        unplugInputStream(*i);
+        sound_handler::unplugInputStream(*i);
     }
 
     def.clearInstances();

-----------------------------------------------------------------------

Summary of changes:
 libsound/sound_handler.cpp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
Gnash



reply via email to

[Prev in Thread] Current Thread [Next in Thread]