adyanth / QuickLook.Plugin.FolderViewer

Folder viewer plugin for QuickLook
MIT License
134 stars 17 forks source link

update Dispose #16

Closed xingwozhonghua126 closed 1 year ago

xingwozhonghua126 commented 1 year ago

I don’t understand the C# code. ChatGPT told me that there are some resources that are not being released and suggested that I make some changes. Could you please take a look and let me know if these changes are correct?

adyanth commented 1 year ago

While I am not too familiar with C# myself, those changes don't seem to do anything since the FileList class does not implement Disposable. So, the if statement will never run.

xingwozhonghua126 commented 1 year ago

ok