YoYoGames / GM-TestFramework

Repository for GameMaker's Test Framework
Other
21 stars 11 forks source link

Bug: audio emitter does not get freed in BasicAudioTestSuite, which causes issues in later test suite #71

Closed AdamBorek closed 4 months ago

AdamBorek commented 4 months ago

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