#cmcfixes65: #i103767# fix leak
This commit is contained in:
parent
2fc3f91ce2
commit
0f1ef6f3d9
1 changed files with 1 additions and 0 deletions
|
@ -171,5 +171,6 @@ void PeriodicSpline (int N, double* x, double* a, double*& b, double*& c,
|
|||
d[i] = oneThird*(c[i+1]-c[i])/h[i];
|
||||
}
|
||||
|
||||
delete[] h;
|
||||
sys.DeleteMatrix(N+1,mat);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue