fofix / python-mixstream

C-extension in Python to combine SoundTouch and SDL_mixer
GNU General Public License v2.0
0 stars 1 forks source link

fix: replace `g_mutex_free` with `g_mutex_clear` #29

Closed Linkid closed 2 years ago

Linkid commented 2 years ago

To free resources allocated to the mutex, g_mutex_free is deprecated.

Ref #1