aboutsummaryrefslogtreecommitdiff
path: root/src/burn/engine/detect.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/burn/engine/detect.cpp')
-rw-r--r--src/burn/engine/detect.cpp7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/burn/engine/detect.cpp b/src/burn/engine/detect.cpp
index dc35e747..5f68a240 100644
--- a/src/burn/engine/detect.cpp
+++ b/src/burn/engine/detect.cpp
@@ -44,13 +44,6 @@ extern "C" void DetectReset(
44 pRegistration->fForwardCompatibleBundleExists = FALSE; 44 pRegistration->fForwardCompatibleBundleExists = FALSE;
45 pRegistration->fEligibleForCleanup = FALSE; 45 pRegistration->fEligibleForCleanup = FALSE;
46 46
47 if (pRegistration->rgIgnoredDependencies)
48 {
49 ReleaseDependencyArray(pRegistration->rgIgnoredDependencies, pRegistration->cIgnoredDependencies);
50 }
51 pRegistration->rgIgnoredDependencies = NULL;
52 pRegistration->cIgnoredDependencies = 0;
53
54 if (pRegistration->rgDependents) 47 if (pRegistration->rgDependents)
55 { 48 {
56 ReleaseDependencyArray(pRegistration->rgDependents, pRegistration->cDependents); 49 ReleaseDependencyArray(pRegistration->rgDependents, pRegistration->cDependents);