Re: plasma-desktop-5.12.3 bug report

2018-03-07 Thread Nate Graham
Hi David, Bug reports are submitted using Bugzilla, not email. See: - https://bugs.kde.org/ - https://community.kde.org/Get_Involved/Bug_Reporting Nate On 03/07/2018 02:02 AM, David Binderman wrote: Hello there, plasma-desktop-5.12.3/kcms/hardware/joystick/joydevice.cpp:188]: (error) Memory

plasma-desktop-5.12.3 bug report

2018-03-07 Thread David Binderman
Hello there, plasma-desktop-5.12.3/kcms/hardware/joystick/joydevice.cpp:188]: (error) Memory leak: oldCorr Source code is if ( ::ioctl(fd, JSIOCGCORR, oldCorr) == -1 ) { ::close(fd); delete [] oldCorr; return JoyDevice::ERR_GET_CORR; } if (bt < 0) { return JoyDevice: