evas - protect against outbuf alloc fail possibility

this should fix T4967
This commit is contained in:
Carsten Haitzler 2016-12-06 11:19:05 +09:00
parent 7a71559eff
commit e25b3eedb4
1 changed files with 2 additions and 1 deletions

View File

@ -417,7 +417,8 @@ eng_setup(Evas *eo_e, void *in)
info->info.mask,
info->info.shape_dither,
info->info.destination_alpha);
evas_software_xlib_outbuf_debug_set(ob, info->info.debug);
if (ob)
evas_software_xlib_outbuf_debug_set(ob, info->info.debug);
}
}
if (ob)