Skip to content

Commit

Permalink
Fix bass lib blocking exit
Browse files Browse the repository at this point in the history
  • Loading branch information
SaifAqqad committed May 6, 2022
1 parent 38c8a7e commit 1b8551a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Lib/SoundPlayer.ahk
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ class SoundPlayer {
}

__free(){
DllCall(this.BASS_DLLPATH . this.BASS_DLL . "\BASS_Free")
DllCall("FreeLibrary", UInt, this.BASS_DLLCALL)
}
}

0 comments on commit 1b8551a

Please sign in to comment.