khronosfws/openmax_al/src/common/xastreaminformationitf.c
changeset 47 c2e43643db4c
parent 42 1fa3fb47b1e3
child 55 e267340986c9
equal deleted inserted replaced
42:1fa3fb47b1e3 47:c2e43643db4c
   314  * Description: Free all resources reserved at XAStreamInformationItfImpl_Create
   314  * Description: Free all resources reserved at XAStreamInformationItfImpl_Create
   315  */
   315  */
   316 void XAStreamInformationItfImpl_Free(XAStreamInformationItfImpl* self)
   316 void XAStreamInformationItfImpl_Free(XAStreamInformationItfImpl* self)
   317     {
   317     {
   318     DEBUG_API("->XAStreamInformationItfImpl_Free");
   318     DEBUG_API("->XAStreamInformationItfImpl_Free");
   319     assert(self==self->self);
       
   320     if(self)
   319     if(self)
   321         {
   320         {
       
   321         assert(self==self->self);
   322         free(self);
   322         free(self);
   323         }
   323         }
   324     DEBUG_API("<-XAStreamInformationItfImpl_Free");
   324     DEBUG_API("<-XAStreamInformationItfImpl_Free");
   325     }
   325     }
   326 
   326