style(sonar): fix cpp:S4962 (#4140)
This commit is contained in:
@@ -1739,7 +1739,7 @@ namespace platf::dxgi {
|
||||
img->data = nullptr;
|
||||
if (img->encoder_texture_handle) {
|
||||
CloseHandle(img->encoder_texture_handle);
|
||||
img->encoder_texture_handle = NULL;
|
||||
img->encoder_texture_handle = nullptr;
|
||||
}
|
||||
|
||||
// Initialize format-dependent fields
|
||||
|
||||
Reference in New Issue
Block a user