Version: (using Devel) OS: Linux Installed from: Compiled sources File: kdebase/apps/kinfocenter/base/info_fbsd.cpp on line 75, buf is allocated buf = new char[len]; on line 92, buf is deallocated delete buf;
should be "delete[] buf;"
SVN commit 952109 by darioandres: Proper deletion of char[] BUG: 173113 M +1 -1 info_fbsd.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=952109
SVN commit 952110 by darioandres: Backport ot 4.2branch of: SVN commit 952109 by darioandres: Proper deletion of char[] CCBUG: 173113 M +1 -1 info_fbsd.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=952110
SVN commit 952112 by darioandres: Fixing my own error. BUG: 173113 M +1 -1 info_fbsd.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=952112
SVN commit 952114 by darioandres: Fixing my own error CCBUG: 173113 M +1 -1 info_fbsd.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=952114