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: Sandro Santilli
Subject: [Gnash-commit] [SCM] Gnash branch, master, updated. release_0_8_9_start-21-g4c93e1c
Date: Wed, 09 Feb 2011 13:57:36 +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  4c93e1cd5419a1f7281a2352bb10501d9c422c30 (commit)
      from  571f23bdb5dbfd9399285c22d6953e9f4e19026e (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=4c93e1cd5419a1f7281a2352bb10501d9c422c30


commit 4c93e1cd5419a1f7281a2352bb10501d9c422c30
Author: Sandro Santilli <address@hidden>
Date:   Wed Feb 9 14:44:21 2011 +0100

    Plug leak of decoded audio buffers on NetStream deletion

diff --git a/libcore/asobj/NetStream_as.cpp b/libcore/asobj/NetStream_as.cpp
index 7b0df07..3e439b0 100644
--- a/libcore/asobj/NetStream_as.cpp
+++ b/libcore/asobj/NetStream_as.cpp
@@ -309,6 +309,8 @@ NetStream_as::startAdvanceTimer()
 
 NetStream_as::~NetStream_as()
 {
+    // TODO: have thi done by ~BufferedAudioQueue ?
+    _audioStreamer.cleanAudioQueue();
     _audioStreamer.detachAuxStreamer();
 }
 

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

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


hooks/post-receive
-- 
Gnash



reply via email to

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