Closed AdamBorek closed 4 months ago
When testing audio_play_sound_ext() function, an emitter is created to be passed in as a parameter, but it does not get freed after the test. This causes issues in the later audio test suites.
Emitter should be freed after the test
BasicAudioTestSuite
Single audio playback functions
Always
Description
When testing audio_play_sound_ext() function, an emitter is created to be passed in as a parameter, but it does not get freed after the test. This causes issues in the later audio test suites.
Expected Change
Emitter should be freed after the test
Script Name
BasicAudioTestSuite
Fact/Assert Name
Single audio playback functions
How reliably does this issue happen?
Always