projects
/
linux-2.6.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
[PATCH] qconf: fix uninitialsied member
[linux-2.6.git]
/
scripts
/
kconfig
/
qconf.cc
diff --git
a/scripts/kconfig/qconf.cc
b/scripts/kconfig/qconf.cc
index
393f374
..
338bdea
100644
(file)
--- a/
scripts/kconfig/qconf.cc
+++ b/
scripts/kconfig/qconf.cc
@@
-1259,6
+1259,7
@@
void ConfigSearchWindow::search(void)
* Construct the complete config widget
*/
ConfigMainWindow::ConfigMainWindow(void)
+ : searchWindow(0)
{
QMenuBar* menu;
bool ok;