mirror of
https://github.com/brl/mutter.git
synced 2025-03-26 13:13:59 +00:00

Bug #909 - OSX: missing NULL pointer handling * clutter/osx/clutter-stage-osx.c (ClutterGLWindow, clutter_stage_osx_set_title): NSString:stringWithUTF8String: does not accept NULL values, use empty string ("") instead. Avoids potential crash.