Free debug info for dynamic methods by storing it in malloc-ed memory instead of...
authorZoltan Varga <vargaz@gmail.com>
Sun, 20 Nov 2011 13:09:56 +0000 (14:09 +0100)
committerZoltan Varga <vargaz@gmail.com>
Sun, 20 Nov 2011 13:09:56 +0000 (14:09 +0100)
commit64d35e3940f7b0e1839c1906855c29862e6ab8c1
tree2d08ddc3e1fcb569f9a2dfbf1adbab63930b4bb0
parent6177d7a61e02136b9bbab2c554f86722f5093f5f
Free debug info for dynamic methods by storing it in malloc-ed memory instead of the normal debugger tables. Fixes #731579.
mono/metadata/mono-debug.c
mono/metadata/mono-debug.h
mono/mini/mini.c