Changeset 3063:955233719a84 in roaraudio for libroar/stack.c


Ignore:
Timestamp:
12/26/09 20:36:31 (14 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

use memory functions from libroar, not libc, fixed a small memory leak

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libroar/stack.c

    r1284 r3063  
    4848 
    4949struct roar_stack * roar_stack_newalloc(void) { 
    50  struct roar_stack * stack = malloc(sizeof(struct roar_stack)); 
     50 struct roar_stack * stack = roar_mm_malloc(sizeof(struct roar_stack)); 
    5151 
    5252 if ( stack == NULL ) 
Note: See TracChangeset for help on using the changeset viewer.