seat configuration

This commit is contained in:
Tony Crisci 2017-12-12 10:55:20 -05:00
parent 538903bc5a
commit c173d30b92
7 changed files with 41 additions and 4 deletions

View file

@ -300,6 +300,7 @@ void free_input_config(struct input_config *ic) {
return;
}
free(ic->identifier);
free(ic->seat);
free(ic);
}