diff options
author | Sean Hall <r.sean.hall@gmail.com> | 2020-03-29 19:27:25 +1000 |
---|---|---|
committer | Sean Hall <r.sean.hall@gmail.com> | 2020-03-30 21:40:34 +1000 |
commit | 8af9c39dceb6a6ccb55b5a4d76bb71c7c4df133a (patch) | |
tree | b7ddb8c23a36cdfc950c66eb7fba08760f72049b /src/engine/engine.cpp | |
parent | 1a0190bd31953a5ffb68cac75866328dccbf03f2 (diff) | |
download | wix-8af9c39dceb6a6ccb55b5a4d76bb71c7c4df133a.tar.gz wix-8af9c39dceb6a6ccb55b5a4d76bb71c7c4df133a.tar.bz2 wix-8af9c39dceb6a6ccb55b5a4d76bb71c7c4df133a.zip |
Help BAs and BundleExtensions find their data file.
Diffstat (limited to 'src/engine/engine.cpp')
-rw-r--r-- | src/engine/engine.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/engine/engine.cpp b/src/engine/engine.cpp index 488dbfe8..36c58b49 100644 --- a/src/engine/engine.cpp +++ b/src/engine/engine.cpp | |||
@@ -368,6 +368,8 @@ static void UninitializeEngineState( | |||
368 | SectionUninitialize(&pEngineState->section); | 368 | SectionUninitialize(&pEngineState->section); |
369 | ContainersUninitialize(&pEngineState->containers); | 369 | ContainersUninitialize(&pEngineState->containers); |
370 | 370 | ||
371 | ReleaseStr(pEngineState->command.wzBootstrapperApplicationDataPath); | ||
372 | ReleaseStr(pEngineState->command.wzBootstrapperWorkingFolder); | ||
371 | ReleaseStr(pEngineState->command.wzLayoutDirectory); | 373 | ReleaseStr(pEngineState->command.wzLayoutDirectory); |
372 | ReleaseStr(pEngineState->command.wzCommandLine); | 374 | ReleaseStr(pEngineState->command.wzCommandLine); |
373 | 375 | ||