fix segv with extn ee list gettign null extn2's :)

SVN revision: 75536
This commit is contained in:
Carsten Haitzler 2012-08-22 10:14:08 +00:00
parent 0d11049877
commit 4800e571da
1 changed files with 1 additions and 0 deletions

View File

@ -396,6 +396,7 @@ _ecore_evas_lock_other_have(Ecore_Evas *ee)
{
if (ee == ee2) continue;
extn2 = ee2->engine.buffer.data;
if (!extn2) continue;
if ((extn->file.lock) && (extn2->file.lock) &&
(!strcmp(extn->file.lock, extn2->file.lock)) &&
(extn2->file.have_real_lock))