From f71c8f59f2c16747ae91dac142a679fec9690893 Mon Sep 17 00:00:00 2001 From: "FWoltermann@gmail.com" Date: Fri, 9 Dec 2011 15:53:56 +0000 Subject: A few things that MSVC's analyzer found --- nGenEx/Sound.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nGenEx/Sound.cpp') 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; } -- cgit v1.1