mirror of
https://github.com/elasota/Aerofoil.git
synced 2025-12-14 12:09:36 +00:00
Handle refactor
This commit is contained in:
@@ -533,10 +533,10 @@ namespace PortabilityLayer
|
||||
}
|
||||
|
||||
if (icsHandle)
|
||||
DisposeHandle(icsHandle);
|
||||
icsHandle.Dispose();
|
||||
|
||||
if (ics8Handle)
|
||||
DisposeHandle(ics8Handle);
|
||||
ics8Handle.Dispose();
|
||||
|
||||
m_haveIcon = true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user