Changeset 4102:c409f3e79a0b in roaraudio


Ignore:
Timestamp:
07/25/10 17:00:59 (14 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

ignore primary flag in the case we are already in shutdown...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • roard/streams.c

    r4101 r4102  
    265265 g_streams[id] = NULL; 
    266266 
    267  if ( prim ) { 
     267 if ( prim && alive ) { 
    268268  alive = 0; 
    269269  clean_quit(); 
Note: See TracChangeset for help on using the changeset viewer.