S
ssylee
For example, I have a BITMAPINFO* and a BYTE* object to release the
resources. Would the most bulletproof way of doing so involve checking
to see if they are null, then if they are not, invoke a free()
function call on that and make sure that they point to null?
resources. Would the most bulletproof way of doing so involve checking
to see if they are null, then if they are not, invoke a free()
function call on that and make sure that they point to null?