Anselm R Garbe пре 17 година
родитељ
комит
bb01e5a16f
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      dwm.c

+ 1 - 1
dwm.c

@@ -865,7 +865,7 @@ killclient(const Arg *arg) {
 void
 manage(Window w, XWindowAttributes *wa) {
 	Client *c, *t = NULL;
-	Window trans;
+	Window trans = 0;
 	XWindowChanges wc;
 
 	if(!(c = calloc(1, sizeof(Client))))