diff -r a493a607b5bf -r eabc8c503852 khronosfws/openmax_al/src/mediaplayer/xaseekitf.c --- a/khronosfws/openmax_al/src/mediaplayer/xaseekitf.c Fri Sep 03 19:34:12 2010 -0500 +++ b/khronosfws/openmax_al/src/mediaplayer/xaseekitf.c Tue Sep 21 11:38:43 2010 -0500 @@ -17,7 +17,6 @@ #include #include -#include #include "xaseekitf.h" #include "xathreadsafety.h" @@ -244,7 +243,6 @@ DEBUG_API("->XASeekItfImpl_Free"); if(self) { - assert(self==self->self); free(self); } DEBUG_API("<-XASeekItfImpl_Free");