Why? Thats the last thing you'd want to do. (edit: by which I mean, don't do that).
Once you call return msg we know you can't send another message from the function, so it is 'safe' for us not to clone that msg.
Why? Thats the last thing you'd want to do. (edit: by which I mean, don't do that).
Once you call return msg we know you can't send another message from the function, so it is 'safe' for us not to clone that msg.