parent
f108ea8861
commit
566c36c4f2
|
@ -2465,6 +2465,7 @@ static void async_channel_finalize(void *p, void* data) {
|
|||
ch->out = 0;
|
||||
ch->count = 0;
|
||||
|
||||
if (ch->wakeup_signal) {
|
||||
/*release single receiver */
|
||||
if (SCHEME_PLACE_OBJECTP(ch->wakeup_signal)) {
|
||||
int refcount = 0;
|
||||
|
@ -2502,6 +2503,7 @@ static void async_channel_finalize(void *p, void* data) {
|
|||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Scheme_Place_Async_Channel *place_async_channel_create() {
|
||||
Scheme_Object **msgs;
|
||||
|
|
Loading…
Reference in New Issue
Block a user