Closed
Description
Summary
During the 2.0 previews, _alContextApi.OpenDevice(null);
worked as expected and selected the default device. On the 2.1 release, the call to the OpenDevice method (using a null argument) fails with a null pointer exception.
The stack trace suggests this error originates from a string marshalling operation, which should not be neccesary in the case of a null value.
Steps to reproduce
Call OpenDevice
with a null argument.