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:
@@ -42,14 +42,13 @@ internal class CComPtrMgd_003CIThumbBarButton_003E : IDisposable
|
||||
}
|
||||
finally
|
||||
{
|
||||
base.Finalize();
|
||||
//base.Finalize();
|
||||
}
|
||||
}
|
||||
|
||||
public sealed override void Dispose()
|
||||
public void Dispose()
|
||||
{
|
||||
Dispose(true);
|
||||
GC.SuppressFinalize(this);
|
||||
}
|
||||
|
||||
~CComPtrMgd_003CIThumbBarButton_003E()
|
||||
|
||||
Reference in New Issue
Block a user