| 
     
      
      
      From: Peter N. <pn...@ya...> - 2000-09-26 22:37:17
      
     
   | 
> if you're using global variables to point to your > surfaces, then > there's a really good chance they're not being > cleaned up. also if > the images are class members (not class instance > members, big diff) > they won't be getting cleaned up either. you must > use "del" on > variables like these when you are done with the > images, or just > reassign the variables to "None" or something else. Thanks for that information -- I know it's probably covered in the Python docs but it might be nice to have a note about it in the PySDL docs as well, since it seems like an easy mistake to make. __________________________________________________ Do You Yahoo!? Send instant messages & get email alerts with Yahoo! Messenger. http://im.yahoo.com/  |