Changeset 5717:9fabbe9dc953 in roaraudio


Ignore:
Timestamp:
10/25/12 20:25:28 (11 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

corrected lhandle context switching

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libroar/scheduler.c

    r5713 r5717  
    591591    continue; 
    592592   source->handle.cpi.impl = sched->protos[i].impl; 
     593   if ( source->lhandle == NULL && sched->protos[i].lhandle != NULL ) 
     594    if ( roar_dl_ref(sched->protos[i].lhandle) == 0 ) 
     595     source->lhandle = sched->protos[i].lhandle; 
    593596   break; 
    594597  } 
Note: See TracChangeset for help on using the changeset viewer.