Check for drivers==NULL before trying to delete them at exit. This
commitfcf353f2b9d80124c42d4d4a15ad9ec03cc3aa3a
authorJames Juran <jrj120@psu.edu>
Sat, 10 Apr 1999 16:33:56 +0000 (10 16:33 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Sat, 10 Apr 1999 16:33:56 +0000 (10 16:33 +0000)
tree046796d140460b4b7e4eabaae46294edf893c2f8
parent73663071c69a4c9143bf0119e117f5a49ac9b20e
Check for drivers==NULL before trying to delete them at exit.  This
could happen if the emulator initialization failed for some reason and
the drivers hadn't been initialized yet.
misc/main.c