Changeset 5353:de96f27919bf in roaraudio for libroar/plugincontainer.c


Ignore:
Timestamp:
12/12/11 19:11:39 (12 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

serveral updates to roarpluginrunner and plugin API in general

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libroar/plugincontainer.c

    r5320 r5353  
    4444 size_t deprefc[MAX_PLUGINS]; 
    4545 size_t numhandles; 
    46  // TODO: add a depref counter so we do not unload libs we depend on. 
    4746}; 
    4847 
     
    127126 
    128127   roar_dl_close(cont->handle[i]); 
     128   cont->handle[i] = NULL; 
     129   cont->numhandles--; 
    129130  } 
    130131 } 
Note: See TracChangeset for help on using the changeset viewer.