ArchaicQuest icon indicating copy to clipboard operation
ArchaicQuest copied to clipboard

Fix V3114 warnings from PVS-Studio Static Analyzer

Open spirifoxy opened this issue 7 years ago • 0 comments

I'm a member of the Pinguem.ru competition on finding errors in open source projects. A bug found using PVS-Studio. Warnings: V3114 IDisposable object 'discordBot' is not disposed before method returns. Communicate.cs 256 V3114 IDisposable object 'discordBot' is not disposed before method returns. Communicate.cs 290 V3114 IDisposable object 'discordBot' is not disposed before method returns. Experience.cs 115 V3114 IDisposable object 'discordBot' is not disposed before method returns. MIMHub.cs 368 V3114 IDisposable object 'discordBot' is not disposed before method returns. MIMHub.cs 447

spirifoxy avatar Oct 28 '17 21:10 spirifoxy