chiark / gitweb /
Fixes memory leak in auglag/auglag.c
authorAaronWebster <AaronWebster@users.noreply.github.com>
Fri, 29 Jan 2016 04:53:43 +0000 (20:53 -0800)
committerAaronWebster <AaronWebster@users.noreply.github.com>
Fri, 29 Jan 2016 04:53:43 +0000 (20:53 -0800)
commit6ebedd5eb933cd65d8f5332da31636bea7509765
tree014a184407261d2bfacc6e3a959093bd0b63d382
parent6da9eafba2a09c288d4cbcf4530e771fc21988fd
Fixes memory leak in auglag/auglag.c

Fixes a memory leak in auglag/auglag.c where the working space xcur wasn't being `free`d under certain conditions.
auglag/auglag.c