Xeroday / Spotify-Ad-Blocker

EZBlocker - A Spotify Ad Blocker for Windows
https://www.ericzhang.me/projects/spotify-ad-blocker-ezblocker/
GNU General Public License v3.0
1.85k stars 192 forks source link

Missing exception handling #152

Closed IWabbajack closed 6 years ago

IWabbajack commented 6 years ago

I compiled the last version with visual studio 2017 and its complainig that a catch or finally block its missing on file SpotifyPatcher.cs on line 90. I just added an empty finally block but probably it's not right since I don't know how resources are managed (and I'm not a c# developer).