blob: 89200e5f00caab328328f17069ab15f84c7cb049 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
--- src/KeyClient.cpp.orig Thu Jun 9 09:07:14 2005
+++ src/KeyClient.cpp Thu Jun 9 09:10:24 2005
@@ -102,6 +102,11 @@
_netclient = new Netclient(this->display());
_active = _clients.end();
+ // Initialize uninitialized pointers to NULL
+ _keybindings = NULL;
+ config_check_timer = NULL;
+
+
initialize();
}
|