Changeset 6073:62229f106cbb in roaraudio


Ignore:
Timestamp:
01/17/15 14:29:18 (9 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

ignore calls to roar_mm_free() with ptr set to NULL

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libroar/memmgr.c

    r6067 r6073  
    191191 
    192192int    roar_mm_free(void *ptr) { 
     193 if ( ptr == NULL ) 
     194  return 0; 
    193195 
    194196 if ( ptr == _libroar_null_buffer ) { 
Note: See TracChangeset for help on using the changeset viewer.