Skip to content

Commit

Permalink
ddc_open_display(): double errinfo_free()
Browse files Browse the repository at this point in the history
  • Loading branch information
rockowitz committed Jan 4, 2025
1 parent 12e9cf8 commit 37f189e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/ddc/ddc_displays.c
Original file line number Diff line number Diff line change
Expand Up @@ -580,7 +580,6 @@ ddc_initial_checks_by_dh(Display_Handle * dh, bool newly_added) {
}
// turn off optimization in case it's on
if (pdd_is_dynamic_sleep_active(pdd) ) {
ERRINFO_FREE(ddc_excp);
FREE(dref->communication_error_summary);
DBGTRC_NOPREFIX(debug, TRACE_GROUP, "Turning off dynamic sleep");
pdd_set_dynamic_sleep_active(dref->pdd, false);
Expand Down

0 comments on commit 37f189e

Please sign in to comment.