Update to 0.3.0.1.
Fix closing the input stream in the process wrapper.
This commit is contained in:
parent
c17822995e
commit
4de243ca7a
@ -32,5 +32,5 @@ using System.Runtime.InteropServices;
|
|||||||
// You can specify all the values or you can default the Build and Revision Numbers
|
// You can specify all the values or you can default the Build and Revision Numbers
|
||||||
// by using the '*' as shown below:
|
// by using the '*' as shown below:
|
||||||
// [assembly: AssemblyVersion("1.0.*")]
|
// [assembly: AssemblyVersion("1.0.*")]
|
||||||
[assembly: AssemblyVersion("0.3.0.0")]
|
[assembly: AssemblyVersion("0.3.0.1")]
|
||||||
[assembly: AssemblyFileVersion("0.3.0.0")]
|
[assembly: AssemblyFileVersion("0.3.0.1")]
|
||||||
|
@ -141,6 +141,7 @@ namespace com.captainalm.YTDLNetFrontEnd.util
|
|||||||
{
|
{
|
||||||
if (representation == null) return;
|
if (representation == null) return;
|
||||||
waitForExit();
|
waitForExit();
|
||||||
|
if (representation != null && startInfo.RedirectStandardInput) representation.StandardInput.Close();
|
||||||
representation.Close();
|
representation.Close();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user