Changeset 4973:20bee823ab67 in roaraudio for libroar/notify.c


Ignore:
Timestamp:
05/16/11 14:25:27 (13 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

use memory corruption roar_panic()

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libroar/notify.c

    r4873 r4973  
    141141  ROAR_ERR("roar_notify_core_unref(core=%p): refc is zero, must be greater zero. resolving by setting to one.", core); 
    142142  core->refc = 1; 
     143  roar_panic(ROAR_FATAL_ERROR_MEMORY_CORRUPTION, NULL); 
    143144 } 
    144145 
Note: See TracChangeset for help on using the changeset viewer.