FLA_Obj_free_check.c File Reference

(r)


Functions

FLA_Error FLA_Obj_free_check (FLA_Obj *obj)

Function Documentation

FLA_Error FLA_Obj_free_check ( FLA_Obj obj  ) 

References FLA_Obj_view::base, and FLA_Check_null_pointer().

Referenced by FLA_Obj_free().

00036 {
00037   FLA_Error e_val;
00038 
00039   e_val = FLA_Check_null_pointer( obj );
00040   FLA_Check_error_code( e_val );
00041 
00042   e_val = FLA_Check_null_pointer( obj->base );
00043   FLA_Check_error_code( e_val );
00044 
00045   return FLA_SUCCESS;
00046 }


Generated on Mon Jul 6 05:45:51 2009 for libflame by  doxygen 1.5.9