Skip to content
Snippets Groups Projects
Verified Commit c60a7634 authored by Jean-Marc Valin's avatar Jean-Marc Valin
Browse files

fix leak in example

parent 95caa590
No related branches found
No related tags found
No related merge requests found
......@@ -50,6 +50,7 @@ int main(int argc, char **argv) {
for (i=0;i<FRAME_SIZE;i++) tmp[i] = x[i];
fwrite(tmp, sizeof(short), FRAME_SIZE, fout);
}
rnnoise_destroy(st);
fclose(f1);
fclose(fout);
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