mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-18 16:03:05 +00:00
vag: delete stream after use
svn-id: r39767
This commit is contained in:
parent
5f0083e996
commit
9c5cf77287
@ -37,6 +37,7 @@ VagStream::VagStream(Common::SeekableReadStream *stream, bool loop, int rate) :
|
||||
|
||||
|
||||
VagStream::~VagStream() {
|
||||
delete _stream;
|
||||
}
|
||||
|
||||
double f[5][2] = { { 0.0, 0.0 },
|
||||
|
Loading…
x
Reference in New Issue
Block a user