1
0
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:
2014-06-01 11:18:51 -07:00
parent 7f4701cc1a
commit 39867610a2
2 changed files with 11 additions and 5 deletions

View File

@ -104,7 +104,7 @@ struct RelVaultNodeLink : THashKeyVal<unsigned> {
struct IRelVaultNode {
hsRef<RelVaultNode> node;
RelVaultNode * node; // MUST be a weak ref!
HASHTABLEDECL(
RelVaultNodeLink,