Line 0
Link Here
|
|
|
1 |
--- bio2jack.c.orig Thu Apr 8 10:03:08 2004 |
2 |
+++ bio2jack.c Thu Apr 8 10:07:28 2004 |
3 |
@@ -585,6 +585,7 @@ |
4 |
/* and transition to STOPPED */ |
5 |
if(this->state == RESET) |
6 |
{ |
7 |
+ wave_header_t *wh; |
8 |
this->written_client_bytes = 0; |
9 |
this->played_client_bytes = 0; /* number of the clients bytes that jack has played */ |
10 |
|
11 |
@@ -598,7 +599,7 @@ |
12 |
/* free up all of the buffers of audio that are queued */ |
13 |
/* NOTE: this needs to be done inside of the callback because */ |
14 |
/* the callback could be using any of these buffers */ |
15 |
- wave_header_t *wh = this->pPlayPtr; |
16 |
+ wh = this->pPlayPtr; |
17 |
while(wh) |
18 |
{ |
19 |
wh = wh->pNext; |