Add comment

This commit is contained in:
Jonas Kulla 2014-01-25 09:30:48 +01:00
parent 53718d0428
commit b28863d8eb
1 changed files with 1 additions and 0 deletions

View File

@ -366,6 +366,7 @@ struct SDLSoundSource : ALDataSource
~SDLSoundSource() ~SDLSoundSource()
{ {
/* This also closes 'srcOps' */
Sound_FreeSample(sample); Sound_FreeSample(sample);
} }