Add comment
This commit is contained in:
parent
53718d0428
commit
b28863d8eb
|
@ -366,6 +366,7 @@ struct SDLSoundSource : ALDataSource
|
|||
|
||||
~SDLSoundSource()
|
||||
{
|
||||
/* This also closes 'srcOps' */
|
||||
Sound_FreeSample(sample);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue