fix null deref here too

SVN revision: 66296
This commit is contained in:
Mike Blumenkrantz 2011-12-16 18:09:14 +00:00
parent 5658944274
commit 420cd2c7bd
1 changed files with 1 additions and 1 deletions

View File

@ -1464,7 +1464,7 @@ _ecore_evas_plug_resize(Ecore_Evas *ee, int w, int h)
}
}
if (extn->ipc.server)
if (extn->ipc.server && extn->file.shmfile)
{
Ipc_Data_Resize ipc;