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:
Jacob Schroder 2015-08-24 08:46:00 -07:00
parent 9dc12598bd
commit 25a6938dee

View File

@ -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);