mirror of
https://github.com/simon987/wavelib.git
synced 2025-04-20 10:36:46 +00:00
commit : free(oup)
This commit is contained in:
parent
b865a273d2
commit
6e74f8a230
@ -131,5 +131,6 @@ int main() {
|
|||||||
free(sig);
|
free(sig);
|
||||||
free(inp);
|
free(inp);
|
||||||
denoise_free(obj);
|
denoise_free(obj);
|
||||||
|
free(oup);
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user