mirror of
https://github.com/kanjitalk755/macemu.git
synced 2024-11-18 18:05:21 +00:00
PrefsExit() sets the_prefs to NULL
This commit is contained in:
parent
fedb56d8af
commit
8e93379eb4
@ -139,6 +139,7 @@ void PrefsExit(void)
|
||||
delete p;
|
||||
p = next;
|
||||
}
|
||||
the_prefs = NULL;
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user