I forgot to take out a line when experimenting... I went back and edited out the line: dispon% = 0
So the image isn't freed now, because it is only placed in memory one time. In other words, when dispon% = -1, the _CLIPBOARD statement is no longer polled.
So with that modification, is there any need to perform a free image?
Pete