]> Repos - portaudio/commit
jack: fixed segmentation fault caused by PA Jack implementation if Pa_Initialize...
authordmitrykos <dmitrykos@0f58301d-fd10-0410-b4af-bbb618454e57>
Wed, 22 Sep 2010 06:33:47 +0000 (06:33 +0000)
committerdmitrykos <dmitrykos@0f58301d-fd10-0410-b4af-bbb618454e57>
Wed, 22 Sep 2010 06:33:47 +0000 (06:33 +0000)
commitabe05d6d7fc2c741cdae2c0b107451de45c1ccdd
tree16b6b94772bd0a5523a466f7aaf035cc84f88641
parentb6e9030f6ff66f89334dccf1dcb863871c7ef236
jack: fixed segmentation fault caused by PA Jack implementation if Pa_Initialize is called after Pa_Terminate due to bad pointer usage by realloc() call which was previously freed() in Pa_Terminate call. Many thanks to RJ Ryan for reporting, debugging and providing the solution for this bug.
src/hostapi/jack/pa_jack.c