-
Notifications
You must be signed in to change notification settings - Fork 201
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
WillRaiseAttribute memory leak #206
Comments
Also seeing this - below is an example FastMM stack trace for one of the leaked blocks:
|
Is this still a problem with the current source? |
Yes, it is. |
Please submit a PR with a unit test that shows this and I'll take a stab at it. |
How can I create a branch in order to put the unit test and create a PR? |
Fork the repository in Github, clone the fork to your machine. |
Test passes, but when app closes FastMM4 reports memory leak.
If using
Assert.WillRaise(TestError, EJobNotAllowed)
everthing is fine, no memory leaks.
The text was updated successfully, but these errors were encountered: