I am populating an ImageMan control in a VB6 application via a webservice call that returns a byte array. I have the conversion of a byte array to a global memory block, via GlobalAlloc and CopyMemory, working just fine. My question is, do I have to explicitly free the allocated memory if I change images...