diff options
| author | Sean Hall <r.sean.hall@gmail.com> | 2021-02-15 17:36:45 -0600 |
|---|---|---|
| committer | Sean Hall <r.sean.hall@gmail.com> | 2021-02-22 20:25:06 -0600 |
| commit | dbd55be5e707f07eb044c8c7f13c3dfd246148c0 (patch) | |
| tree | 3c1628524caf1e64f4a8aafc917988424977ba02 /src/engine/registration.cpp | |
| parent | b6862716cd27cefa541b85c63dd30dc3f0749d87 (diff) | |
| download | wix-dbd55be5e707f07eb044c8c7f13c3dfd246148c0.tar.gz wix-dbd55be5e707f07eb044c8c7f13c3dfd246148c0.tar.bz2 wix-dbd55be5e707f07eb044c8c7f13c3dfd246148c0.zip | |
Initialize exe package ancestors during CoreInitialize instead of Plan.
Diffstat (limited to 'src/engine/registration.cpp')
| -rw-r--r-- | src/engine/registration.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/engine/registration.cpp b/src/engine/registration.cpp index a2ed2a0d..9c821422 100644 --- a/src/engine/registration.cpp +++ b/src/engine/registration.cpp | |||
| @@ -396,6 +396,7 @@ extern "C" void RegistrationUninitialize( | |||
| 396 | 396 | ||
| 397 | ReleaseStr(pRegistration->sczDetectedProviderKeyBundleId); | 397 | ReleaseStr(pRegistration->sczDetectedProviderKeyBundleId); |
| 398 | ReleaseStr(pRegistration->sczAncestors); | 398 | ReleaseStr(pRegistration->sczAncestors); |
| 399 | ReleaseStr(pRegistration->sczBundlePackageAncestors); | ||
| 399 | RelatedBundlesUninitialize(&pRegistration->relatedBundles); | 400 | RelatedBundlesUninitialize(&pRegistration->relatedBundles); |
| 400 | 401 | ||
| 401 | // clear struct | 402 | // clear struct |
