diff -r 1fa3fb47b1e3 -r c2e43643db4c khronosfws/openmax_al/src/common/xastreaminformationitf.c --- a/khronosfws/openmax_al/src/common/xastreaminformationitf.c Wed Aug 18 10:17:22 2010 +0300 +++ b/khronosfws/openmax_al/src/common/xastreaminformationitf.c Thu Sep 02 20:58:01 2010 +0300 @@ -316,9 +316,9 @@ void XAStreamInformationItfImpl_Free(XAStreamInformationItfImpl* self) { DEBUG_API("->XAStreamInformationItfImpl_Free"); - assert(self==self->self); if(self) { + assert(self==self->self); free(self); } DEBUG_API("<-XAStreamInformationItfImpl_Free");