Hello Guest

syserr output on exit

  • 2 Replies
  • 8140 Views
*

Offline ryanm

  • *
  • 44
syserr output on exit
« on: February 23, 2010, 13:57:05 »
Howdy, I'm seeing output on syserr when I exit, for example:
Code: [Select]
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

*

Offline Matzon

  • *****
  • 2242
Re: syserr output on exit
« Reply #1 on: February 23, 2010, 15:21:24 »
what are you executing?? - own code or a lwjgl test?

*

Offline ryanm

  • *
  • 44
Re: syserr output on exit
« Reply #2 on: February 24, 2010, 10:29:53 »
Turns out I wasn't manually deleting my buffers and sources before calling AL.destroy().  ::)