emotion/generic: Mark file as not ready during partial shutdown.

This should fix ticket #1586.

SVN revision: 78886
This commit is contained in:
Rafael Antognolli 2012-11-03 16:04:09 +00:00
parent 6cbd91c893
commit e7775c042e
1 changed files with 2 additions and 0 deletions

View File

@ -1048,6 +1048,8 @@ em_partial_shutdown(Emotion_Generic_Video *ev)
ev->player.exe = NULL;
}
ev->file_ready = EINA_FALSE;
if (ev->shared)
munmap(ev->shared, ev->shared->size);
ev->shared = NULL;