OSX: add missing memory pool wrapup
Bug #910 - OSX: missing memory pool * clutter/osx/clutter-backend-osx.c (clutter_backend_osx_redraw): Add missing memory pool wrapup.
This commit is contained in:
@@ -129,7 +129,12 @@ clutter_backend_osx_redraw (ClutterBackend *backend)
|
||||
ClutterStageOSX *stage_osx;
|
||||
|
||||
stage_osx = CLUTTER_STAGE_OSX (self->stage);
|
||||
|
||||
CLUTTER_OSX_POOL_ALLOC();
|
||||
|
||||
[stage_osx->view setNeedsDisplay: YES];
|
||||
|
||||
CLUTTER_OSX_POOL_RELEASE();
|
||||
}
|
||||
|
||||
/*************************************************************************/
|
||||
|
Reference in New Issue
Block a user