]> OCCT Git - occt.git/commit
Foundation classes - Leak of WinAPI resources. (#625)
authorDmitrii Kulikov <164657232+AtheneNoctuaPt@users.noreply.github.com>
Fri, 18 Jul 2025 15:58:59 +0000 (16:58 +0100)
committerGitHub <noreply@github.com>
Fri, 18 Jul 2025 15:58:59 +0000 (16:58 +0100)
commit45f4afb8c76b7d7d81ea9fd80d98f2a26ae95b31
tree81087a5fb4956574eb1a40ea01e8e1ab9c2e0ad3
parent0322620c8599e2fbc0fdb3eb646914e0eee20f64
Foundation classes - Leak of WinAPI resources. (#625)

- Replaces raw IWICBitmapFlipRotator pointer with Image_ComPtr smart pointer wrapper
- Updates pointer access patterns to use smart pointer methods (.ChangePtr() and .get())
- Maintains existing functionality while improving resource management
src/Visualization/TKService/Image/Image_AlienPixMap.cxx