Descriptionruntime: fix memory leaks due to defers
fn can clearly hold a closure in memory.
argp/pc point into stack and so can hold
in memory a block that was previously
a large stack serment.
Patch Set 1 #Patch Set 2 : diff -r c224c549a3c7 https://dvyukov%40google.com@code.google.com/p/go/ #Patch Set 3 : diff -r c224c549a3c7 https://dvyukov%40google.com@code.google.com/p/go/ #Patch Set 4 : diff -r c224c549a3c7 https://dvyukov%40google.com@code.google.com/p/go/ #MessagesTotal messages: 6
|