From ca6452701725d6abe64598dbbcda957030e4360e Mon Sep 17 00:00:00 2001 From: Nelson Ferreira Date: Fri, 20 Jan 2012 22:53:29 -0500 Subject: [PATCH] Coverity: Resource leak: CID 181 * lib-src/ootags.c (Erlang_functions): xfree the memory Signed-off-by: Nelson Ferreira --- lib-src/ootags.c | 1 + 1 file changed, 1 insertion(+) diff --git a/lib-src/ootags.c b/lib-src/ootags.c index 6433c92..0c397c4 100644 --- a/lib-src/ootags.c +++ b/lib-src/ootags.c @@ -4448,6 +4448,7 @@ FILE *inf; last[len] = '\0'; } } + xfree(last); } /* -- 2.25.1