diff --git a/Core/src/org/sleuthkit/autopsy/coreutils/ExecUtil.java b/Core/src/org/sleuthkit/autopsy/coreutils/ExecUtil.java index e5c3b3af27..5df3fc4ff7 100644 --- a/Core/src/org/sleuthkit/autopsy/coreutils/ExecUtil.java +++ b/Core/src/org/sleuthkit/autopsy/coreutils/ExecUtil.java @@ -90,7 +90,7 @@ public final class ExecUtil { outputStringRedirect = null; //gc process with its streams - proc = null; + //proc = null; return output; } @@ -137,7 +137,7 @@ public final class ExecUtil { logger.log(Level.INFO, aCommand + " exit value: " + exitVal); //gc process with its streams - proc = null; + //proc = null; } /**