Clear jump tables when function data is cleared

This commit is contained in:
Andrew Brown
2019-07-23 10:18:50 -07:00
committed by Dan Gohman
parent 67a995f107
commit ea9ee202bb

View File

@@ -113,6 +113,7 @@ impl Function {
self.encodings.clear();
self.locations.clear();
self.offsets.clear();
self.jt_offsets.clear();
self.srclocs.clear();
}