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_final-


From: Petter Reinholdtsen
Subject: [Gnash-commit] [SCM] Gnash branch, master, updated. release_0_8_9_final-1829-g0f0dbd9
Date: Tue, 14 Jan 2014 15:44:35 +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  0f0dbd98e8787a386bf19ed6a50dbdf6364cf541 (commit)
      from  de18794a565d85656479bf6137f3bb737d4c0fdf (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=0f0dbd98e8787a386bf19ed6a50dbdf6364cf541


commit 0f0dbd98e8787a386bf19ed6a50dbdf6364cf541
Author: Petter Reinholdtsen <address@hidden>
Date:   Tue Jan 14 16:43:48 2014 +0100

    Make sure the private member MovieLoader::_killed always have a well
    defined value (Coverity CID 1149283).

diff --git a/libcore/MovieLoader.cpp b/libcore/MovieLoader.cpp
index e9f816e..21234d9 100644
--- a/libcore/MovieLoader.cpp
+++ b/libcore/MovieLoader.cpp
@@ -45,6 +45,7 @@ namespace gnash {
 
 MovieLoader::MovieLoader(movie_root& mr)
     :
+    _killed(false),
     _movieRoot(mr),
     _thread(0),
     _barrier(2) // main and loader thread

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

Summary of changes:
 libcore/MovieLoader.cpp |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
Gnash



reply via email to

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