Skip to content

Commit

Permalink
destroy array
Browse files Browse the repository at this point in the history
  • Loading branch information
Ciremun committed May 10, 2024
1 parent a1d7ceb commit 6e79672
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions freedom/clrhost.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -310,6 +310,7 @@ static bool verify_classmethod(_TypePtr c, _MethodInfoPtr m, ClassMethod cm)
SafeArrayDestroy(p);
return true;
}
SafeArrayDestroy(p);

LONG p_count = ucnt2 - lcnt2 + 1;
if (p_count != cm.mpc) return false;
Expand Down

0 comments on commit 6e79672

Please sign in to comment.