commit b81888ee7d95d9ecb7b1749630b09a96065a8fea from: Hiltjo Posthuma date: Fri Mar 9 14:36:25 2018 UTC xhints: no need to initialize sizeh commit - 8b8255ac0e188445f6904ff16272e9e93093cbde commit + b81888ee7d95d9ecb7b1749630b09a96065a8fea blob - f00568791f7051bca82307c08126c41dcfb9e44d blob + 537322bf872e9e94e60fed25b8560cda4acfe382 --- x.c +++ x.c @@ -780,7 +780,7 @@ xhints(void) XClassHint class = {opt_name ? opt_name : termname, opt_class ? opt_class : termname}; XWMHints wm = {.flags = InputHint, .input = 1}; - XSizeHints *sizeh = NULL; + XSizeHints *sizeh; sizeh = XAllocSizeHints();