Clear jump tables when function data is cleared
This commit is contained in:
@@ -113,6 +113,7 @@ impl Function {
|
|||||||
self.encodings.clear();
|
self.encodings.clear();
|
||||||
self.locations.clear();
|
self.locations.clear();
|
||||||
self.offsets.clear();
|
self.offsets.clear();
|
||||||
|
self.jt_offsets.clear();
|
||||||
self.srclocs.clear();
|
self.srclocs.clear();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user