[AL] Fix runtime crash when OpenAL not available
authorthefiddler <stapostol@gmail.com>
Mon, 29 Sep 2014 21:37:40 +0000 (23:37 +0200)
committerthefiddler <stapostol@gmail.com>
Mon, 29 Sep 2014 21:37:40 +0000 (23:37 +0200)
commit9851a3bab9a5689aaa96770a8603083f02ac6cc7
treeab00b1238bd7ab814e9d8b820eda923b709e8b51
parente06fc9fb0ad99c02a8ca3804e74ffb47c5889792
[AL] Fix runtime crash when OpenAL not available

Issue reported at http://www.opentk.com/node/3805

We must not throw exceptions from a finalizer, as this leads to the
runtime forcibly taking down the application.
Source/OpenTK/Audio/AudioDeviceEnumerator.cs