Skip to content

Commit

Permalink
Don't use da_clear
Browse files Browse the repository at this point in the history
It was added in OBS 30.0
  • Loading branch information
dimtpap committed Aug 26, 2024
1 parent a412d22 commit 3817682
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pipewire-audio-capture-app.c
Original file line number Diff line number Diff line change
Expand Up @@ -993,7 +993,7 @@ static void clear_selections(struct obs_pw_audio_capture_app *pwac)
bfree((void *)selection);
}

da_clear(pwac->selections);
pwac->selections.num = 0;
}

static void *pipewire_audio_capture_app_create(obs_data_t *settings, obs_source_t *source)
Expand Down

0 comments on commit 3817682

Please sign in to comment.