mirror of
https://github.com/leahneukirchen/cwm.git
synced 2023-08-10 21:13:12 +03:00
malloc -> calloc
suggested by and ok oga@
This commit is contained in:
parent
343ec1bb4f
commit
fe80d40063
1
calmwm.c
1
calmwm.c
@ -81,6 +81,7 @@ main(int argc, char **argv)
|
||||
group_init();
|
||||
|
||||
Starting = 1;
|
||||
bzero(&Conf, sizeof(Conf));
|
||||
conf_setup(&Conf, conffile);
|
||||
client_setup();
|
||||
x_setup(display_name);
|
||||
|
Loading…
Reference in New Issue
Block a user