Actually free test data vectors in the new random stream tests.

git-svn-id: http://svn.xiph.org/trunk/ghost@14428 0101bb08-14d6-0310-b084-bc0e0c8e3800
This commit is contained in:
tterribe 2008-01-23 23:10:28 +00:00 committed by Jean-Marc Valin
parent 7e3293f713
commit bab4fb19e2

View file

@ -166,6 +166,7 @@ int main(int _argc,char **_argv){
} }
} }
ec_byte_writeclear(&buf); ec_byte_writeclear(&buf);
free(data);
} }
return 0; return 0;
} }