Changeset 4322:612224ee3bb2 in roaraudio


Ignore:
Timestamp:
09/07/10 16:05:21 (14 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

reset global core if freed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libroar/notify.c

    r4321 r4322  
    149149 } 
    150150 
     151 // if we work on the global core, reset it to NULL if we free it. 
     152 if ( core == _libroar_notify_core ) { 
     153  _libroar_notify_core = NULL; 
     154 } 
     155 
    151156 for (i = 0; i < core->listc; i++) { 
    152157  cur = core->lists[i]; 
Note: See TracChangeset for help on using the changeset viewer.