Chromium Code Reviews
DescriptionFix unique_ptr usage warning in bluetooth_task_manager_win.cc.
PVS-Studio gave this warning:
device\bluetooth\bluetooth_task_manager_win.cc(880): warning V554:
Incorrect use of unique_ptr. The memory allocated with 'new []' will be
cleaned using 'delete'.
BUG=697659
Review-Url: https://codereview.chromium.org/2941193002
Cr-Commit-Position: refs/heads/master@{#482025}
Committed: https://chromium.googlesource.com/chromium/src/+/749ba3dbe97a100b5b09b6ce1d2829dd85b43c9d
Patch Set 1 #Patch Set 2 : static_cast to reinterpret_cast #Messages
Total messages: 17 (13 generated)
|