X-Git-Url: https://jasonwoof.com/gitweb/?p=dwm.git;a=blobdiff_plain;f=dwm.c;h=1987601dce84e0aba00edf1f65aa08e9e56dd277;hp=8591a7d85ef505993db0f765c2acbf4367dbeb97;hb=bb01e5a16f430e8b4629bab426bacfdff87f1198;hpb=06f7eed103057e55201e143fd319afd4bd410bdb diff --git a/dwm.c b/dwm.c index 8591a7d..1987601 100644 --- a/dwm.c +++ b/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))))