From 557bb394de6619dd1f360b72333fd2ec7b3defab Mon Sep 17 00:00:00 2001 From: Max Horn Date: Tue, 19 Jan 2010 00:56:29 +0000 Subject: Get rid of Mixer::FLAG_AUTOFREE. Also fix several recently introduced new/delete vs. malloc/free mismatches. svn-id: r47369 --- sound/audiostream.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sound/audiostream.h') diff --git a/sound/audiostream.h b/sound/audiostream.h index 5ce026b3d7..61705bc04c 100644 --- a/sound/audiostream.h +++ b/sound/audiostream.h @@ -315,7 +315,7 @@ public: * the buffer will be delete[]'d (so make sure to allocate them * with new[], not with malloc). */ - void queueBuffer(byte *data, uint32 size, byte flags); + void queueBuffer(byte *data, uint32 size, DisposeAfterUse::Flag disposeAfterUse, byte flags); /** * Mark the stream as finished, that is, signal that no further data -- cgit v1.2.3