Skip to content

Commit

Permalink
fixed memory leak
Browse files Browse the repository at this point in the history
  • Loading branch information
edhartnett committed Mar 7, 2019
1 parent 74d5da5 commit bfd150e
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions tests/cunit/test_darray_fill.c
Original file line number Diff line number Diff line change
Expand Up @@ -360,12 +360,11 @@ int main(int argc, char **argv)

} /* next type */
} /* next fill value test case */
} /* next rearranger */

/* Finalize PIO system. */
if ((ret = PIOc_finalize(iosysid)))
return ret;

/* Finalize PIO iosysid. */
if ((ret = PIOc_finalize(iosysid)))
return ret;
} /* next rearranger */
} /* endif my_rank < TARGET_NTASKS */

/* Finalize the MPI library. */
Expand Down

0 comments on commit bfd150e

Please sign in to comment.