Changeset 5295:5914c84e72be in roaraudio for roard/output.c


Ignore:
Timestamp:
11/24/11 19:43:11 (12 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

converted message (protocol) rutunes to use roar_mm_*() (Closes: #129)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • roard/output.c

    r5242 r5295  
    201201#ifdef ROAR_DRIVER_CODEC 
    202202  if ( opts == NULL ) { 
    203    opts = to_free = strdup("codec=" ROAR_DRIVER_CODEC); 
     203   opts = to_free = roar_mm_strdup("codec=" ROAR_DRIVER_CODEC); 
    204204  } 
    205205#endif 
     
    371371#ifdef ROAR_DRIVER_CODEC 
    372372   if ( to_free != NULL ) 
    373     free(to_free); 
     373    roar_mm_free(to_free); 
    374374#endif 
    375375   return -1; 
     
    439439#ifdef ROAR_DRIVER_CODEC 
    440440 if ( to_free != NULL ) 
    441   free(to_free); 
     441  roar_mm_free(to_free); 
    442442#endif 
    443443 
Note: See TracChangeset for help on using the changeset viewer.