mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-15 09:17:42 +00:00
Not nullifying util processes - presumed fix for javaIO flushing error.
This commit is contained in:
parent
4d13c78070
commit
c38d170395
@ -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;
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user