diff options
author | Tony Crisci <tony@dubstepdish.com> | 2017-11-16 16:19:17 -0500 |
---|---|---|
committer | Tony Crisci <tony@dubstepdish.com> | 2017-11-16 16:19:17 -0500 |
commit | 584ff1df4c4151994410f4c82fabab32d352975c (patch) | |
tree | 06f2933b03384ad904ee214ba2c305d3ac63f3f8 /rootston/config.c | |
parent | 12758a00a2d388b050386f017a3a273c1302e648 (diff) | |
parent | 10f3be73843250c400531873b4dd27dba44919fd (diff) |
Merge branch 'master' into feature/wlr-seat-touch
Diffstat (limited to 'rootston/config.c')
-rw-r--r-- | rootston/config.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rootston/config.c b/rootston/config.c index 7ffbb786..727b52d0 100644 --- a/rootston/config.c +++ b/rootston/config.c @@ -405,7 +405,7 @@ void roots_config_destroy(struct roots_config *config) { } struct roots_keyboard_config *kc, *ktmp = NULL; - wl_list_for_each_safe(kc, ktmp, &config->bindings, link) { + wl_list_for_each_safe(kc, ktmp, &config->keyboards, link) { free(kc->name); free(kc->rules); free(kc->model); |