rooneypark / naclports

Automatically exported from code.google.com/p/naclports
0 stars 0 forks source link

openal should assert if it is used without the nacl init function being called. #66

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.  If a program used alut or openal directly and it fails to call the
opal nacl init function it will simply crash.
2.
3.

What is the expected output? What do you see instead?
An assert would be good.

Original issue reported on code.google.com by sbc@google.com on 4 Feb 2013 at 6:37