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

This should fix ticket #1586.

SVN revision: 78886
devs/devilhorns/wayland_egl
Rafael Antognolli 11 years ago
parent 6cbd91c893
commit e7775c042e
  1. 2
      legacy/emotion/src/modules/generic/emotion_generic.c

@ -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;

Loading…
Cancel
Save