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:
Peter Hutterer 2018-06-22 17:18:48 +10:00
parent b6e2038aaf
commit 55d2890aae

View file

@ -1059,6 +1059,7 @@ quirks_context_unref(struct quirks_context *ctx)
}
free(ctx->dmi);
free(ctx->dt);
free(ctx);
return NULL;