e783591eab
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.