When splitting the display_reader has to be reset - otherwise it would point to a deleted reader.

This commit is contained in:
Moritz Bunkus 2003-09-11 13:46:56 +00:00
parent d42c0f0720
commit 65a960f3e6

View File

@ -1633,6 +1633,8 @@ static void init_globals() {
default_tracks[0] = 0;
default_tracks[1] = 0;
default_tracks[2] = 0;
display_counter = 1;
display_reader = NULL;
}
static void destroy_readers() {