Hacker News new | past | comments | ask | show | jobs | submit login

The answer is probably to return a value directly, although it's tough to say without a complete example.

But in general, if you have a routine that is creating stuff, and the stuff is meant for the caller to use, you create it in the routine and return it by value; the caller will then automatically "own" that value and either pass it somewhere else, or let it fall out of scope (which is when it'll be dropped and cleaned up for you).




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: