From: Mark Wooding Date: Thu, 14 Nov 2019 20:17:58 +0000 (+0000) Subject: math/limlee.c: Don't leak the factor vector on overall failure. X-Git-Tag: 2.4.5~15 X-Git-Url: https://git.distorted.org.uk/~mdw/catacomb/commitdiff_plain/3d86dc1eec364744b12daf0230d072a4317d78bc?hp=3d86dc1eec364744b12daf0230d072a4317d78bc math/limlee.c: Don't leak the factor vector on overall failure. The `done' function doesn't know whether we succeeded or failed, so it prepares the factor vector for output regardless. In `limlee', if we don't have a result, then release the factors. ---