mirror of
https://github.com/TREX-CoE/qmckl.git
synced 2025-04-29 11:54:48 +02:00
Fixed memory leak
This commit is contained in:
parent
43b4aa81bd
commit
7fc10a47a1
@ -2255,6 +2255,7 @@ qmckl_compute_mo_basis_mo_vgl_hpc_sp (const qmckl_context context,
|
|||||||
free(av4);
|
free(av4);
|
||||||
free(av5);
|
free(av5);
|
||||||
}
|
}
|
||||||
|
free(coefficient_t_sp);
|
||||||
return QMCKL_SUCCESS;
|
return QMCKL_SUCCESS;
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user