| 707 | } |
| 708 | |
| 709 | BfMethodInfoEx::~BfMethodInfoEx() |
| 710 | { |
| 711 | for (auto genericParam : mGenericParams) |
| 712 | genericParam->Release(); |
| 713 | delete mMethodCustomAttributes; |
| 714 | delete mClosureInstanceInfo; |
| 715 | } |
| 716 | |
| 717 | BfMethodInstance::~BfMethodInstance() |
| 718 | { |