ShareFile-PowerShell icon indicating copy to clipboard operation
ShareFile-PowerShell copied to clipboard

Possible fix for SFSDK-60

Open vkvikaskmr opened this issue 8 years ago • 0 comments

UploadAction class, while uploading the file creates a reference and points to FileInfo object. This object stays in the heap even after the CopyFileItem method of class UploadAction goes out of scope. We cannot call dispose() method on FileInfo object as it does not implement IDispose interface. Hence we are calling Garbage Collector explicitly.

vkvikaskmr avatar Sep 25 '17 04:09 vkvikaskmr