diff -r 4ce423f34688 -r e267340986c9 khronosfws/openmax_al/src/mediaplayer/xaseekitf.c --- a/khronosfws/openmax_al/src/mediaplayer/xaseekitf.c Fri Sep 17 08:33:15 2010 +0300 +++ b/khronosfws/openmax_al/src/mediaplayer/xaseekitf.c Mon Oct 04 00:51:56 2010 +0300 @@ -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");