By default, Bugzilla does not search the list of RESOLVED bugs.
You can force it to do so by putting the upper-case word ALL in front of your search query, e.g.: ALL tdelibs
We recommend searching for bugs this way, as you may discover that your bug has already been resolved and fixed in a later release. View | Details | Raw Unified | Return to bug 1688
Collapse All | Expand All

(-)a/kcontrol/input/logitechmouse.cpp (-1 / +3 lines)
Lines 115-121 LogitechMouse::LogitechMouse( struct usb_device *usbDev, int mouseCapabilityFlag Link Here
115
115
116
LogitechMouse::~LogitechMouse()
116
LogitechMouse::~LogitechMouse()
117
{
117
{
118
    usb_close( m_usbDeviceHandle );
118
    if (m_usbDeviceHandle != 0) {
119
        usb_close( m_usbDeviceHandle );
120
    }
119
}
121
}
120
122
121
void LogitechMouse::initCordlessStatusReporting()
123
void LogitechMouse::initCordlessStatusReporting()

Return to bug 1688