aboutsummaryrefslogtreecommitdiff
path: root/src/SetupPGV.c
diff options
context:
space:
mode:
authorgoodale <goodale@b61c5cb5-eaca-4651-9a7a-d64986f99364>2000-07-21 15:07:36 +0000
committergoodale <goodale@b61c5cb5-eaca-4651-9a7a-d64986f99364>2000-07-21 15:07:36 +0000
commit42a342341c58a82a380ac38daf6d9b8d51231490 (patch)
tree48f4ab9a2bf5bcfb9be56523c761d37ba17d4eea /src/SetupPGV.c
parent4d2a7ac4ba4b0fa7171313b95c3395e9deca861b (diff)
Fixing memory problem which can cause core dumps with timelevels. This
is a temporary fix as some of this code needs to be redone properly. Tom git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGH/PUGH/trunk@251 b61c5cb5-eaca-4651-9a7a-d64986f99364
Diffstat (limited to 'src/SetupPGV.c')
-rw-r--r--src/SetupPGV.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/SetupPGV.c b/src/SetupPGV.c
index cedba5e..491fb28 100644
--- a/src/SetupPGV.c
+++ b/src/SetupPGV.c
@@ -1512,7 +1512,7 @@ void PUGH_DestroyGArray(pGA **GA)
{
if ((*GA)->groupcomm->commflag != PUGH_NOCOMM)
{
- PUGH_DisableGArrayGroupComm((pGH *) (*GA)->parent, (*GA)->id);
+ PUGH_DisableGArrayGroupComm((pGH *) (*GA)->parent, (*GA)->id, (*GA)->groupcomm);
}
PUGH_DestroyComm(&(*GA)->groupcomm);
}