mirror of
https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git
synced 2025-07-18 11:19:10 +00:00
Fix debug crash due to ref miscounting
This commit is contained in:
@ -5004,6 +5004,7 @@ uint8_t VaultAgeFindOrCreateChildAgeLink(
|
||||
|
||||
// Search for our age
|
||||
NetVaultNode* temp = new NetVaultNode;
|
||||
temp->Ref();
|
||||
temp->SetNodeType(plVault::kNodeType_AgeInfo);
|
||||
VaultAgeInfoNode theAge(temp);
|
||||
theAge.SetAgeFilename(hack);
|
||||
|
Reference in New Issue
Block a user