Skip to content
Snippets Groups Projects
Commit bab4fb19 authored by tterribe's avatar tterribe Committed by Jean-Marc Valin
Browse files

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
parent 7e3293f7
No related branches found
No related tags found
No related merge requests found
......@@ -166,6 +166,7 @@ int main(int _argc,char **_argv){
}
}
ec_byte_writeclear(&buf);
free(data);
}
return 0;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment