We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Instances of the SMARTS class hold on to a lot of resources that do not get automatically cleaned up on exit.
AC:
SMARTS.destroy()
delete
atexit
The text was updated successfully, but these errors were encountered:
@sah-huawei Help Jeffer with this ticket.
Sorry, something went wrong.
Appropriately dispose smarts (#378) (#665)
c71fa99
* can appropriately recreate and destroy smarts multiple times * handled destroy in traffic_history_service
Closed with #665
JingfeiPeng
Successfully merging a pull request may close this issue.
Instances of the SMARTS class hold on to a lot of resources that do not get automatically cleaned up on exit.
AC:
SMARTS.destroy()
is called fromdelete
oratexit
)The text was updated successfully, but these errors were encountered: