mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2025-12-27 05:40:06 +01:00
quirks: free the dt string
Not sure how that got through the valgind test before... Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
b6e2038aaf
commit
55d2890aae
1 changed files with 1 additions and 0 deletions
|
|
@ -1059,6 +1059,7 @@ quirks_context_unref(struct quirks_context *ctx)
|
|||
}
|
||||
|
||||
free(ctx->dmi);
|
||||
free(ctx->dt);
|
||||
free(ctx);
|
||||
|
||||
return NULL;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue