aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/interp.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/interp.c b/src/interp.c
index 8ce8424..badaead 100644
--- a/src/interp.c
+++ b/src/interp.c
@@ -109,6 +109,7 @@ InterpToArray (CCTK_ARGUMENTS)
free (coordsz);
free (inputs);
free (output_types);
+ free (outputs);
}
}
@@ -176,6 +177,7 @@ InterpToArray (CCTK_ARGUMENTS)
free (coordsz);
free (inputs);
free (output_types);
+ free (outputs);
}
}
@@ -244,6 +246,7 @@ InterpToArray (CCTK_ARGUMENTS)
free (coordsz);
free (inputs);
free (output_types);
+ free (outputs);
}
}
@@ -314,6 +317,7 @@ InterpToArray (CCTK_ARGUMENTS)
free (coordsz);
free (inputs);
free (output_types);
+ free (outputs);
}
}