gnash-commit
[Top][All Lists]
Advanced

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

Re: [Gnash-commit] gnash ChangeLog server/impl.cpp


From: Bastiaan Jacques
Subject: Re: [Gnash-commit] gnash ChangeLog server/impl.cpp
Date: Tue, 22 Jan 2008 22:34:58 +0100 (CET)

Oh, quite right. Now where did I put my glasses...

On Tue, 22 Jan 2008, Sandro Santilli wrote:

On Tue, Jan 22, 2008 at 10:28:54PM +0100, Bastiaan Jacques wrote:


On Tue, 22 Jan 2008, Sandro Santilli wrote:
+    // By setting the soundhandler to NULL we avoid it being used
+    // after it's been de-referenced
+    set_sound_handler(NULL);
+
+    // By setting the render handler to NULL we avoid it being used
+    // after it's been de-referenced (fixes bug #21310)
+    set_render_handler(NULL);

Why have the same call twice,  with only marginally different comments?

Ehm, nope.
One is a *sound* handler, the other is a *render* handler.

--strk;





reply via email to

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