Fixed a memory leak that I introduced with last Friday's commit
to IJMatrixAssembleOffProcValsParCSR(). Will ask Rob to check with insure (I don't have it on my machine).
This commit is contained in:
parent
9dc12598bd
commit
25a6938dee
@ -2356,6 +2356,7 @@ hypre_IJMatrixAssembleOffProcValsParCSR( hypre_IJMatrix *matrix,
|
||||
hypre_TFree(send_proc_obj.v_elements);
|
||||
hypre_TFree(send_proc_obj.vec_starts);
|
||||
hypre_TFree(send_proc_obj.id);
|
||||
hypre_TFree(argsort_contact_procs);
|
||||
|
||||
if (int_data) hypre_TFree(int_data);
|
||||
if (complex_data) hypre_TFree(complex_data);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user