mirror of
https://github.com/ZuneDev/ZuneShell.dll.git
synced 2026-07-27 13:11:51 -07:00
Even more fixes
This commit is contained in:
@@ -345,14 +345,13 @@ namespace Microsoft.Zune.Configuration
|
||||
{
|
||||
if (!P_0)
|
||||
{
|
||||
Finalize();
|
||||
//Finalize();
|
||||
}
|
||||
}
|
||||
|
||||
public sealed override void Dispose()
|
||||
public void Dispose()
|
||||
{
|
||||
Dispose(true);
|
||||
GC.SuppressFinalize(this);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user