I'm trying to draw a bitmap image repeatedly. However, it crashes when it's draw the same image about 1,000 times - I suspect due to a memory leak. I need someone to tell me the best way to display a bitmap and then destroy the associated memory immediately afterwards. Any sample code anyone?