diff options
Diffstat (limited to 'xlsclients.c')
-rw-r--r-- | xlsclients.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/xlsclients.c b/xlsclients.c index 6153927..548f958 100644 --- a/xlsclients.c +++ b/xlsclients.c @@ -435,9 +435,9 @@ show_client_properties(void *closure) client_state *cs = closure; xcb_get_property_reply_t *client_machine; xcb_get_property_reply_t *command; - xcb_get_property_reply_t *name; - xcb_get_property_reply_t *icon_name; - xcb_get_property_reply_t *wm_class; + xcb_get_property_reply_t *name = NULL; + xcb_get_property_reply_t *icon_name = NULL; + xcb_get_property_reply_t *wm_class = NULL; char *argv; int charsleft = cs->maxcmdlen; int i; |