~3v1n0/etube/master

« back to all changes in this revision

Viewing changes to etube-test.c

  • Committer: trevi55
  • Date: 2009-04-20 16:53:35 UTC
  • Revision ID: git-v1:f8ae66f1bb38d98f5ace60e7749e46300aeb9ec2
Etube-test: Oops I forgot to push all my commit :P
 now the content is free'd ;)

git-svn-id: svn+ssh://svn.projects.openmoko.org/svnroot/etube@52 3ac5871e-47eb-4148-b179-22640e921836

Show diffs side-by-side

added added

removed removed

Lines of Context:
832
832
        
833
833
        evas_object_resize(vpage->etwin->window, 480, 640);
834
834
        
835
 
        free(descnl);
 
835
        free(content);
836
836
}
837
837
 
838
838
void etube_videolist_free(EtubeStruct *et) {