At this stage of engine shutdown, the eina log domain has been removed

and is not valid, so don't use ERR to print a message.

Signed-off-by: Chris Michael <devilhorns@comcast.net>
This commit is contained in:
Chris Michael 2013-05-24 21:36:05 +01:00
parent 5f5ab9d9c6
commit e232b629a7
1 changed files with 1 additions and 5 deletions

View File

@ -1389,11 +1389,7 @@ void
evgl_engine_shutdown(void *eng_data)
{
// Check if engine is valid
if (!evgl_engine)
{
ERR("EVGL Engine not valid!");
return;
}
if (!evgl_engine) return;
// Log
eina_log_domain_unregister(_evas_gl_log_dom);