Taskbar Elastic Pill Update 2.0.0#4829
Conversation
Submission reviewNote: This review was done by Claude, and then refined manually. Due to the amount of submissions, doing a fully manual review for each pull request is no longer feasible. Thank you for understanding. Please address the following issues. The items in the collapsed sections are optional, so it's your call whether to address them. Reference leak in void* iUnknownPtr = (void**)pThis + 3;
if (iUnknownPtr) {
((::IUnknown*)iUnknownPtr)->AddRef(); // <-- added in this PR
}
winrt::Windows::Foundation::IUnknown iUnknown;
winrt::copy_from_abi(iUnknown, iUnknownPtr);
Fix: drop the added block and keep just the Optional improvements
Minor polish — none of this affects users, so it's your call.
Functionality notes
Non-critical observations about the feature behavior itself.
|
Changelog