Force cleanup even if there are other references to the root owner

This commit is contained in:
Zak Stucke
2025-11-02 15:24:26 +02:00
parent da4a7d5285
commit 9bf5b22633
3 changed files with 21 additions and 2 deletions

View File

@@ -369,7 +369,7 @@ impl ResolvedStaticPath {
eprintln!("{e}");
}
}
owner.unset();
owner.unset_with_forced_cleanup();
}
}
});