-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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
PopConSourceHandler leaks memory #28699
Comments
A new Issue was created by @Dr15Jones Chris Jones. @Dr15Jones, @smuzaffar, @silviodonato, @kpedro88, @davidlange6, @fabiocos can you please review it and eventually sign/assign? Thanks. cms-bot commands are listed here |
assign alca, db |
Sorry for the multi-year latency. Addressed by #35048 |
+alca |
Since #35048 is merged, this issue can be closed |
close #28699 |
I don't have the power to close this. @Dr15Jones @qliphy @perrotta |
+1 |
This issue is fully signed and ready to be closed. |
Classes inheriting from PopConSourceHandler are required to call
new
in thegetNewObjects()
method and add those to a protected member container. I could not find anywhere that later deletes the objects placed into that container.The text was updated successfully, but these errors were encountered: