Skip to content

Commit

Permalink
topology: nhlt: fix simple memory leak
Browse files Browse the repository at this point in the history
Signed-off-by: Jaroslav Kysela <[email protected]>
  • Loading branch information
perexg committed Jan 17, 2024
1 parent 985d741 commit e7a02f3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions topology/nhlt/intel/ssp/ssp-process.c
Original file line number Diff line number Diff line change
Expand Up @@ -938,6 +938,7 @@ int ssp_set_params(struct intel_nhlt_params *nhlt, const char *dir, int dai_inde
ssp->ssp_prm[ssp->ssp_count].quirks |= SSP_INTEL_QUIRK_RENDER_FEEDBACK;
} else {
fprintf(stderr, "ssp_set_params(): unknown quirk %s\n", token);
free(buf);
return -EINVAL;
}

Expand Down

0 comments on commit e7a02f3

Please sign in to comment.