I was recently working on my game, implementing sound, when I noticed that there was a large memory leak in the DirectSound object. Everytime I use "play resource at object", the sound is reloaded into memory without getting rid of the old one, so memory gets sucked up incredibly quickly, resulting in extremely slow performance eventually.
I reported this to the bug tracker, but I want to know if anybody else has had this issue.