heribertolugo / FileList

List all files in a given directory, and provide the option to copy or move selected files.
1 stars 0 forks source link

Crash When Trying To Cancel Search #96

Open heribertolugo opened 2 years ago

heribertolugo commented 2 years ago

Application sometime crashes when canceling the search. it was found to be an exception caused by accessing a disposed object. Currently the code checks for a null cancelation token, but there is no way to check the token within the cancelation token.

Reflection needs to be used to check the token using a private property, IsDisposed.