return from void functions
807601Apr 16 2008 — edited Apr 16 2008I have a small question. Is it good practice to write a return statement at the end of a void function? Does it do something beneficial like freeing memory, or it doesn't matter at all? Thank you.