khronosfws/openmax_al/src/mediaplayer/xaseekitf.c
changeset 53 eabc8c503852
parent 43 9894ed580e4a
--- 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 <stdio.h>
 #include <stdlib.h>
-#include <assert.h>
 
 #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");