syserr output on exit

Started by ryanm, February 23, 2010, 13:57:05

Previous topic - Next topic

ryanm

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

Matzon

what are you executing?? - own code or a lwjgl test?

ryanm

Turns out I wasn't manually deleting my buffers and sources before calling AL.destroy().  ::)