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:28:54 +0100 (CET)



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?
:)




reply via email to

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