PrefsExit() sets the_prefs to NULL

This commit is contained in:
cebix 2001-05-15 14:24:25 +00:00
parent fedb56d8af
commit 8e93379eb4

View File

@ -139,6 +139,7 @@ void PrefsExit(void)
delete p;
p = next;
}
the_prefs = NULL;
}