Hello,
Quick question !
If a void pointer is assigned an address of a particular struct type... and then you free it... is the memory allocated at the address of this void pointer freed or would I be leaking memory?
regards
Rob
Hello,
Quick question !
If a void pointer is assigned an address of a particular struct type... and then you free it... is the memory allocated at the address of this void pointer freed or would I be leaking memory?
regards
Rob