Changeset 4957:45ba4cf2abe3 in roaraudio for libroar/meta.c


Ignore:
Timestamp:
05/13/11 23:30:17 (13 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

use roar_mm_*() where possible

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libroar/meta.c

    r4794 r4957  
    589589 info->codec = -1; 
    590590 
    591  if ( (lc = strdup(str)) == NULL ) 
     591 if ( (lc = roar_mm_strdup(str)) == NULL ) 
    592592  return -1; 
    593593 
     
    625625 } 
    626626 
    627  free(lc); 
     627 roar_mm_free(lc); 
    628628 
    629629 return 0; 
Note: See TracChangeset for help on using the changeset viewer.