microsoft/fsharplu

Leaking object in startProcessAsync

blumu opened this issue · 0 comments

blumu commented

Following code in Diagnostics.fs is leaking object instance:

let instance =
    new Process(
            StartInfo =
               ...
...