diff --git a/packages/SqueakInboxTalkExtras-Semantics.package/TalkSemanticConversationBrowserPlugin.class/instance/windowIsClosing.st b/packages/SqueakInboxTalkExtras-Semantics.package/TalkSemanticConversationBrowserPlugin.class/instance/windowIsClosing.st index 65ae3ce..1a15d4d 100644 --- a/packages/SqueakInboxTalkExtras-Semantics.package/TalkSemanticConversationBrowserPlugin.class/instance/windowIsClosing.st +++ b/packages/SqueakInboxTalkExtras-Semantics.package/TalkSemanticConversationBrowserPlugin.class/instance/windowIsClosing.st @@ -5,4 +5,6 @@ windowIsClosing self cancelSmartSummary. backgroundProcesses ifNotNil: - [backgroundProcesses do: [:process | process terminate]]. \ No newline at end of file + [backgroundProcesses do: [:process | process terminate]]. + smartSummaryConversation ifNotNil: + [smartSummaryConversation releaseForEventReceiver: self]. \ No newline at end of file diff --git a/packages/SqueakInboxTalkExtras-Semantics.package/TalkSemanticConversationBrowserPlugin.class/methodProperties.json b/packages/SqueakInboxTalkExtras-Semantics.package/TalkSemanticConversationBrowserPlugin.class/methodProperties.json index efb2f6d..226c707 100644 --- a/packages/SqueakInboxTalkExtras-Semantics.package/TalkSemanticConversationBrowserPlugin.class/methodProperties.json +++ b/packages/SqueakInboxTalkExtras-Semantics.package/TalkSemanticConversationBrowserPlugin.class/methodProperties.json @@ -32,4 +32,4 @@ "smartSummary" : "ct 10/18/2023 18:02", "smartSummaryHeader" : "ct 8/21/2023 02:37", "smartSummaryText" : "ct 8/21/2023 02:19", - "windowIsClosing" : "ct 12/14/2023 18:35" } } + "windowIsClosing" : "ct 6/19/2024 02:21" } }