1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-08-10 22:41:43 +02:00
This commit is contained in:
Anton Titovets
2025-01-22 23:08:20 +03:00
parent d66118b565
commit 2652d0cf44
5 changed files with 3 additions and 1 deletions

View File

@@ -114,5 +114,7 @@ impl AddIn {
// Обработка удаления объекта
impl Drop for AddIn {
fn drop(&mut self) {}
fn drop(&mut self) {
let _ = methods::stop_server(self);
}
}

Binary file not shown.

Binary file not shown.