mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
Avoid memory leak - actually clear stored plugins on reset
This commit is contained in:
parent
f113ddb4ed
commit
7f5879b0e8
1 changed files with 1 additions and 0 deletions
|
|
@ -194,6 +194,7 @@ class PublishReportMaker:
|
|||
self._publish_discover_result = create_context.publish_discover_result
|
||||
self._plugin_data = []
|
||||
self._plugin_data_with_plugin = []
|
||||
self._stored_plugins = []
|
||||
self._current_plugin_data = {}
|
||||
self._all_instances_by_id = {}
|
||||
self._current_context = context
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue