kcat / alure

Alure is a utility library for OpenAL, providing a C++ API and managing common tasks that include file loading, caching, and streaming
zlib License
70 stars 20 forks source link

Crash in background thread #23

Closed pocak100 closed 6 years ago

pocak100 commented 6 years ago

I ran into another crash when using loading buffers asynchronously. It happens when the last queued buffer finishes loading.

The cause turned out to be an uninitialized value.