Name:
Anonymous
2012-01-05 11:24
Does it leak memory or not?
Name:
Anonymous
2012-01-07 8:46
Perhaps he's asking whether it returns a pointer to dynamically allocated memory, in which case not deallocating it would lead to a memory leak.
The answer is no.