Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: potential memory leak during parameter preparation
- Add exception check during parameter array population - Handle failed array insertion by removing reference - Add break on failure to prevent further processing This fixes memory leaks that could occur if exceptions or failures happen while preparing parameters for method interception.
- Loading branch information