https://bugs.kde.org/show_bug.cgi?id=377897
--- Comment #2 from Daniel Vrátil <dvra...@kde.org> --- Thanks for the review! The leaked FDs are false positives, as the FD is passed into QLocalSocket which then takes ownership and ensures they are freed when the QLocalSocket is destroyed. The "identical branches" warnings are from a generated code (code generated by Qt during compilation), so nothing I can fix easily. I fixed the missing return, missing break, and double return issues. Thanks again! -- You are receiving this mail because: You are watching all bug changes.