internal: fix clang-tidy "errors" (#11862)
This commit is contained in:
parent
43fb4753fc
commit
4d82cc5957
13 changed files with 133 additions and 26 deletions
|
|
@ -64,9 +64,9 @@ xcb_window_t CX11DataDevice::getProxyWindow(xcb_window_t window) {
|
|||
Debug::log(LOG, "Using XdndProxy window {:x} for window {:x}", proxyWindow, window);
|
||||
}
|
||||
}
|
||||
free(proxyVerifyReply);
|
||||
free(proxyVerifyReply); // NOLINT(cppcoreguidelines-no-malloc)
|
||||
}
|
||||
free(proxyReply);
|
||||
free(proxyReply); // NOLINT(cppcoreguidelines-no-malloc)
|
||||
|
||||
return targetWindow;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue