Revision d475e2e5
input-grapes.c | ||
---|---|---|
31 | 31 |
struct timeval tv; |
32 | 32 |
char cfg[256]; |
33 | 33 |
|
34 |
memset(cfg, 0, 256); |
|
34 | 35 |
res = malloc(sizeof(struct input_desc)); |
35 | 36 |
if (res == NULL) { |
36 | 37 |
return NULL; |
Also available in: Unified diff