summaryrefslogtreecommitdiffhomepage
path: root/nGenEx/Sound.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'nGenEx/Sound.cpp')
-rw-r--r--nGenEx/Sound.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/nGenEx/Sound.cpp b/nGenEx/Sound.cpp
index b8e502a..ee19a50 100644
--- a/nGenEx/Sound.cpp
+++ b/nGenEx/Sound.cpp
@@ -136,7 +136,7 @@ Sound::CreateStream(const char* filename)
}
}
- delete buf;
+ delete[] buf;
return sound;
}