gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] gnash ChangeLog gui/Player.cpp


From: Sandro Santilli
Subject: [Gnash-commit] gnash ChangeLog gui/Player.cpp
Date: Fri, 01 Jun 2007 09:27:50 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Sandro Santilli <strk>  07/06/01 09:27:50

Modified files:
        .              : ChangeLog 
        gui            : Player.cpp 

Log message:
                * gui/Player.cpp: print a debugging message when the main gui 
loop
                  returns so we know if we exited cleanly or due to a call to 
exit().

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.3430&r2=1.3431
http://cvs.savannah.gnu.org/viewcvs/gnash/gui/Player.cpp?cvsroot=gnash&r1=1.51&r2=1.52

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.3430
retrieving revision 1.3431
diff -u -b -r1.3430 -r1.3431
--- ChangeLog   1 Jun 2007 09:13:37 -0000       1.3430
+++ ChangeLog   1 Jun 2007 09:27:50 -0000       1.3431
@@ -1,5 +1,7 @@
 2007-06-01 Sandro Santilli <address@hidden>
 
+       * gui/Player.cpp: print a debugging message when the main gui loop
+         returns so we know if we exited cleanly or due to a call to exit().
        * gui/gui.cpp{cpp,h}: add a quit() virtual method, for returning
          from the main rendering loop. This is aimed at removing the exit()
          call, altought currently we'll still call it as the default

Index: gui/Player.cpp
===================================================================
RCS file: /sources/gnash/gnash/gui/Player.cpp,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -b -r1.51 -r1.52
--- gui/Player.cpp      22 May 2007 19:38:54 -0000      1.51
+++ gui/Player.cpp      1 Jun 2007 09:27:50 -0000       1.52
@@ -354,6 +354,8 @@
 
     _gui->run();
 
+    std::cerr << "Main loop ended, cleaning up" << std::endl;
+
     // Clean up as much as possible, so valgrind will help find actual leaks.
     gnash::clear();
 




reply via email to

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