View Single Post
  #4 (permalink)  
Old 10-07-2007, 02:29 PM
ccoonen ccoonen is offline
PT Staff
Awards Showcase
Quality Tutorial Quality Tutorial Quality Tutorial Quality Tutorial 
Total Awards: 4
Join Date: Jun 2007
Location: Wisconsin
Posts: 317
iTrader: (0)
ccoonen is on a distinguished roadccoonen is on a distinguished roadccoonen is on a distinguished roadccoonen is on a distinguished road
Essentially you just want to make it Available for the Garbage Collector to come get it - like unreference it from items. If it has no references and isn't being used, then the GC can come "collect" that memory. You can also force it (GC.Collect) but generally it's enough to make it available for pickup and it will be dealt with accordingly
Reply With Quote
The Following User Says Thank You to ccoonen For This Useful Post:
HelloWorld (10-07-2007)