mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-01-12 08:09:56 +00:00
[PATCH] qconf: fix uninitialsied member
Fixes a segfault reported by Randy. Cc: Randy Dunlap <randy.dunlap@oracle.com> Signed-off-by: Roman Zippel <zippel@linux-m68k.org> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
parent
82189b9807
commit
f12aa70452
@ -1259,6 +1259,7 @@ void ConfigSearchWindow::search(void)
|
|||||||
* Construct the complete config widget
|
* Construct the complete config widget
|
||||||
*/
|
*/
|
||||||
ConfigMainWindow::ConfigMainWindow(void)
|
ConfigMainWindow::ConfigMainWindow(void)
|
||||||
|
: searchWindow(0)
|
||||||
{
|
{
|
||||||
QMenuBar* menu;
|
QMenuBar* menu;
|
||||||
bool ok;
|
bool ok;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user