Skip to content

Commit

Permalink
Add link to issue fixed by the previous commits
Browse files Browse the repository at this point in the history
  • Loading branch information
daschuer committed Mar 15, 2023
1 parent 40a6ba4 commit 9f718fd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/common/pa_front.c
Original file line number Diff line number Diff line change
Expand Up @@ -374,6 +374,7 @@ PaError Pa_Initialize( void )
// let recursive calls execute the if branch above.
// This can happen if a driver like FlexAsio itself uses portaudio
// and avoids a stack overflow in the user application.
// https://github.com/PortAudio/portaudio/issues/766
initializing_ = true;

PA_VALIDATE_TYPE_SIZES;
Expand Down

0 comments on commit 9f718fd

Please sign in to comment.