<returnType> funct() {
<type>* ptr=<address>;
}

at the end of the function ptr goes out of scope...does it also imply deletion of the <address> it pointed to? (by deletion i mean marked free)