jpernst / alto

Idiomatic Rust bindings for OpenAL 1.1 and extensions (including EFX).
Apache License 2.0
80 stars 28 forks source link

Correct lifetimes of context creation. #31

Closed agalakhov closed 7 years ago

agalakhov commented 7 years ago

Lifetime elision resulted in wrong lifetime assumption for created contexts. This corrects the issue by explicit specification of lifetimes.