From 28c0a4d6be52519a67b268c3e1de5f1aaca0f2e4 Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Sat, 2 Apr 2011 22:36:38 +0100 Subject: [PATCH] osx: Do not unrealize on hide Calling unrealize on ClutterStage::hide will cause an assertion failure and other badness when we destroy the stage. --- clutter/osx/clutter-stage-osx.c | 1 - 1 file changed, 1 deletion(-) diff --git a/clutter/osx/clutter-stage-osx.c b/clutter/osx/clutter-stage-osx.c index b5d78da1f..8576f6b3b 100644 --- a/clutter/osx/clutter-stage-osx.c +++ b/clutter/osx/clutter-stage-osx.c @@ -391,7 +391,6 @@ clutter_stage_osx_hide (ClutterStageWindow *stage_window) [self->window orderOut: nil]; - clutter_stage_osx_unrealize (stage_window); clutter_actor_unmap (CLUTTER_ACTOR (self->wrapper)); CLUTTER_OSX_POOL_RELEASE();