mozilla / cubeb-coreaudio-rs

The audio backend of Firefox on Mac OS X.
ISC License
25 stars 10 forks source link

Check the listeners are none before registering them #115

Closed ChunMinChang closed 4 years ago

ChunMinChang commented 4 years ago

Add a check to prevent adding the second property-listener without unregistering the first one, for each property we monitor.