mirror of
https://github.com/simon987/wavelib.git
synced 2025-12-16 12:19:01 +00:00
Added fclose to plug minor leaks
This commit is contained in:
@@ -41,6 +41,8 @@ int main() {
|
||||
i++;
|
||||
}
|
||||
N = 256;
|
||||
|
||||
fclose(ifp);
|
||||
|
||||
inp = (double*)malloc(sizeof(double)* N);
|
||||
out = (double*)malloc(sizeof(double)* N);
|
||||
|
||||
Reference in New Issue
Block a user