commented unnecessary free

xkbcommon
Alessandro Mauri 4 years ago
parent bd3d82158b
commit 129f0ce8e8
  1. 4
      hkd.c

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

Loading…
Cancel
Save