Changeset 4973:20bee823ab67 in roaraudio for libroar/authfile.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/authfile.c

    r4942 r4973  
    195195  ROAR_ERR("roar_authfile_key_unref(key=%p): Key has reference count of zero. This is bad. assuming refc=1", key); 
    196196  key->refc = 1; 
     197  roar_panic(ROAR_FATAL_ERROR_MEMORY_CORRUPTION, NULL); 
    197198 } 
    198199 
Note: See TracChangeset for help on using the changeset viewer.