dxx-rebirth/d2x-rebirth/libmve
Kp 787d95241c Fix crash after pausing movie
The movie code assumes that when the topmost window is closed, that
window must have been the movie window, and that the movie data can now
be freed.  However, if the movie is paused, a new topmost window is
created to tell the user that the movie is paused.  When that topmost
pause window is deleted, the movie code frees the movie data, even
though the movie is not done.  Corruption ensues, ultimately leading to
a crash.

Reported-by: Jayman2000 <https://github.com/dxx-rebirth/dxx-rebirth/issues/410>
2018-10-10 02:01:12 +00:00
..
decoder8.cpp Switch most in-tree http:// links to https:// 2018-09-02 00:57:29 +00:00
decoder16.cpp Switch most in-tree http:// links to https:// 2018-09-02 00:57:29 +00:00
decoders.h Switch most in-tree http:// links to https:// 2018-09-02 00:57:29 +00:00
mve_audio.cpp Switch most in-tree http:// links to https:// 2018-09-02 00:57:29 +00:00
mve_audio.h Switch most in-tree http:// links to https:// 2018-09-02 00:57:29 +00:00
mve_main.c Switch most in-tree http:// links to https:// 2018-09-02 00:57:29 +00:00
mvelib.cpp Fix crash after pausing movie 2018-10-10 02:01:12 +00:00
mvelib.h Fix crash after pausing movie 2018-10-10 02:01:12 +00:00
mveplay.cpp Fix crash after pausing movie 2018-10-10 02:01:12 +00:00
mveplayer.1 Move d2x-rebirth source into subdirectory d2x-rebirth 2013-02-19 00:34:46 +00:00