mirror of
https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git
synced 2025-07-18 19:29:09 +00:00
Fix leak check race condition, and remove an unintentional circular ref
This commit is contained in:
@ -104,7 +104,7 @@ struct RelVaultNodeLink : THashKeyVal<unsigned> {
|
||||
|
||||
|
||||
struct IRelVaultNode {
|
||||
hsRef<RelVaultNode> node;
|
||||
RelVaultNode * node; // MUST be a weak ref!
|
||||
|
||||
HASHTABLEDECL(
|
||||
RelVaultNodeLink,
|
||||
|
Reference in New Issue
Block a user