Eurekalog reported a memory leak in procedure ogg_Load( var Data : Pointer; var
Size, Format, Frequency : LongWord );
There is a
zgl_GetMem( Buffer, 64 * 1024 );
But it is missing a
zgl_FreeMem(Buffer);
Adding this solved the memory leak.
Original issue reported on code.google.com by wagenhei...@gmail.com on 29 Jun 2011 at 2:05
Original issue reported on code.google.com by
wagenhei...@gmail.com
on 29 Jun 2011 at 2:05