Fixed memory leak due to missed deallocate of temporary matrix

psblas3-type-indexed
Alfredo Buttari 19 years ago
parent 32c47ae9d9
commit 2d592b9058

@ -211,6 +211,8 @@ subroutine psb_dspasb(a,desc_a, info, afmt, up, dup)
close(iout)
endif
call psb_spfree(atemp,info)
else if (spstate == psb_spmat_upd_) then
!

Loading…
Cancel
Save