aboutsummaryrefslogtreecommitdiff
path: root/src/ext/Util/ca/OsInfo.cpp
diff options
context:
space:
mode:
authorBob Arnson <bob@firegiant.com>2023-02-01 20:22:50 -0500
committerBob Arnson <github@bobs.org>2023-02-01 21:27:12 -0500
commit77b1f6715534192ab143dd9109aacc50fc78e52a (patch)
treebffa59d3206d56f683274be3ad6bad30f0731097 /src/ext/Util/ca/OsInfo.cpp
parent92d6c3255a72d14f40b25b4c94fa88e563a7092d (diff)
downloadwix-77b1f6715534192ab143dd9109aacc50fc78e52a.tar.gz
wix-77b1f6715534192ab143dd9109aacc50fc78e52a.tar.bz2
wix-77b1f6715534192ab143dd9109aacc50fc78e52a.zip
Fix CustomActionData names.
Fixes https://github.com/wixtoolset/issues/issues/7189. Also: - Clean up duplicate caDecor.h. - Clean up use of CUSTOM_ACTION_DECORATION.
Diffstat (limited to 'src/ext/Util/ca/OsInfo.cpp')
-rw-r--r--src/ext/Util/ca/OsInfo.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ext/Util/ca/OsInfo.cpp b/src/ext/Util/ca/OsInfo.cpp
index 005407af..593e3b0c 100644
--- a/src/ext/Util/ca/OsInfo.cpp
+++ b/src/ext/Util/ca/OsInfo.cpp
@@ -330,6 +330,7 @@ LExit:
330 { 330 {
331 ::LocalFree(psid); 331 ::LocalFree(psid);
332 } 332 }
333
333 ReleaseStr(pwzPropertyValue); 334 ReleaseStr(pwzPropertyValue);
334 return hr; 335 return hr;
335} 336}