khronosfws/openmax_al/src/common/xastreaminformationitf.c
changeset 43 9894ed580e4a
parent 33 5e8b14bae8c3
child 53 eabc8c503852
equal deleted inserted replaced
39:1f58177f6740 43:9894ed580e4a
   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