comparison ServerMonitor.sln @ 36:10e60b05c7ec

Fix memory leak each time a check was executed.
author Brad Greco <brad@bgreco.net>
date Sun, 15 Sep 2019 20:48:55 -0400
parents 3e1a2131f897
children
comparison
equal deleted inserted replaced
35:2ffb0bda7705 36:10e60b05c7ec
1  1 
2 Microsoft Visual Studio Solution File, Format Version 12.00 2 Microsoft Visual Studio Solution File, Format Version 12.00
3 # Visual Studio 15 3 # Visual Studio Version 16
4 VisualStudioVersion = 15.0.27703.2035 4 VisualStudioVersion = 16.0.29306.81
5 MinimumVisualStudioVersion = 10.0.40219.1 5 MinimumVisualStudioVersion = 10.0.40219.1
6 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ServerMonitor", "ServerMonitor\ServerMonitor.csproj", "{68E905D9-18FD-4ADC-9CF7-B5984C3E2158}" 6 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ServerMonitor", "ServerMonitor\ServerMonitor.csproj", "{68E905D9-18FD-4ADC-9CF7-B5984C3E2158}"
7 EndProject 7 EndProject
8 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ServerMonitorTest", "ServerMonitorTest\ServerMonitorTest.csproj", "{BD66790B-EBA2-4C11-A770-8901A8196BCD}" 8 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ServerMonitorTest", "ServerMonitorTest\ServerMonitorTest.csproj", "{BD66790B-EBA2-4C11-A770-8901A8196BCD}"
9 EndProject 9 EndProject
26 HideSolutionNode = FALSE 26 HideSolutionNode = FALSE
27 EndGlobalSection 27 EndGlobalSection
28 GlobalSection(ExtensibilityGlobals) = postSolution 28 GlobalSection(ExtensibilityGlobals) = postSolution
29 SolutionGuid = {E5AB43B5-6016-4C4B-A846-4AC2A3DFEE62} 29 SolutionGuid = {E5AB43B5-6016-4C4B-A846-4AC2A3DFEE62}
30 EndGlobalSection 30 EndGlobalSection
31 GlobalSection(Performance) = preSolution
32 HasPerformanceSessions = true
33 EndGlobalSection
31 EndGlobal 34 EndGlobal