mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-05-09 04:48:02 +02: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->dmi);
|
||||||
|
free(ctx->dt);
|
||||||
free(ctx);
|
free(ctx);
|
||||||
|
|
||||||
return NULL;
|
return NULL;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue