diff --git a/plugins/store/src/store.rs b/plugins/store/src/store.rs index 82075961..b9122f99 100644 --- a/plugins/store/src/store.rs +++ b/plugins/store/src/store.rs @@ -567,7 +567,7 @@ impl Store { if let Some(rid) = stores.get(&store.path).copied() { drop(store); drop(stores); - let _ = app.resources_table().take::>(rid); + let _ = app.resources_table().close(rid); } }