On 01/26/2011 01:55 AM, Alon Levy wrote:
separate initialization into before command line parsing and after,
call later only if command line parsing succeeds (in particular, it
"fails" if --help is given).


Good. This one has been waiting for someone to fix for quite some time.

---
  client/application.cpp |   75 ++++++++++++++++++++++++++++++++---------------
  client/application.h   |    3 ++
  2 files changed, 54 insertions(+), 24 deletions(-)

diff --git a/client/application.cpp b/client/application.cpp
index d1aef1a..eff0495 100644
--- a/client/application.cpp
+++ b/client/application.cpp


+
+void Application::cleanup_platform_globals()

Does this function ever get called ?

  {
      RedWindow::cleanup();
  }

_______________________________________________
Spice-devel mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/spice-devel

Reply via email to