Browse Source

Merge pull request #433 from zrax/refcnt

Fix debug crash due to ref miscounting
Adam Johnson 10 years ago
parent
commit
7a3ac456a2
  1. 1
      Sources/Plasma/PubUtilLib/plVault/plVaultClientApi.cpp

1
Sources/Plasma/PubUtilLib/plVault/plVaultClientApi.cpp

@ -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);

Loading…
Cancel
Save