aboutsummaryrefslogtreecommitdiff
path: root/src/RobinBoundary.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/RobinBoundary.c')
-rw-r--r--src/RobinBoundary.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/RobinBoundary.c b/src/RobinBoundary.c
index 7c8020c..0371cd8 100644
--- a/src/RobinBoundary.c
+++ b/src/RobinBoundary.c
@@ -1041,5 +1041,6 @@ static int OldApplyBndRobin (const cGH *GH,
/* Call ApplyBnd... with new boundary width array */
retval = ApplyBndRobin(GH, boundary_widths, finf, npow, first_var, num_vars);
+ free(boundary_widths);
return retval;
}