LWJGL Forum

Programming => OpenAL => Topic started by: ryanm on February 23, 2010, 13:57:05

Title: syserr output on exit
Post by: ryanm on February 23, 2010, 13:57:05
Howdy, I'm seeing output on syserr when I exit, for example:
AL lib: alSource.c:2361: alcDestroyContext(): deleting 64 Source(s)
AL lib: alBuffer.c:1081: exit(): deleting 9 Buffer(s)

I'm pretty sure this has only started since I upgraded to lwjgl 2.2, and it still happens in 2.3.
Is this expected? Am I doing something wrong to trigger this? Running on Linux btw.
Cheers
Title: Re: syserr output on exit
Post by: Matzon on February 23, 2010, 15:21:24
what are you executing?? - own code or a lwjgl test?
Title: Re: syserr output on exit
Post by: ryanm on February 24, 2010, 10:29:53
Turns out I wasn't manually deleting my buffers and sources before calling AL.destroy().  ::)