commented unnecessary free

This commit is contained in:
Alessandro Mauri 2020-05-13 14:20:07 +02:00
parent bd3d82158b
commit 129f0ce8e8

4
hkd.c
View File

@ -244,8 +244,8 @@ void update_descriptors_list (int **fds, int *fd_num)
die("Could not open /dev/input"); die("Could not open /dev/input");
(*fd_num) = 0; (*fd_num) = 0;
if ((*fds)) // if ((*fds))
free(*fds); // free(*fds);
for (;;) { for (;;) {