libflame  revision_anchor
Functions
FLA_Obj_free_buffer_task.c File Reference

(r)

Functions

FLA_Error FLA_Obj_free_buffer_task (FLA_Obj obj, void *cntl)
 

Function Documentation

◆ FLA_Obj_free_buffer_task()

FLA_Error FLA_Obj_free_buffer_task ( FLA_Obj  obj,
void *  cntl 
)
14 {
15  return FLA_Obj_free_buffer( &obj );
16 }
FLA_Error FLA_Obj_free_buffer(FLA_Obj *obj)
Definition: FLA_Obj.c:632

References FLA_Obj_free_buffer().

Referenced by FLASH_Queue_exec_task(), and FLASH_Queue_init_tasks().