Skip to content

Commit

Permalink
Merge pull request #1 from damiendoligez/patch-1
Browse files Browse the repository at this point in the history
CAMLlocal bug in stubs
  • Loading branch information
toots committed Aug 9, 2016
2 parents 518b295 + 8ec2a54 commit 9b776e0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/alsa_stubs.c
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,6 @@ static struct custom_operations hw_params_ops =

static value create_hw_params()
{
CAMLlocal1(ans);
snd_pcm_hw_params_t *params;

check_for_err(snd_pcm_hw_params_malloc(&params));
Expand Down

0 comments on commit 9b776e0

Please sign in to comment.