From aaaffd4cba80d906684bbd03c55edf225092ba15 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 20 Jan 2010 15:15:39 +0000 Subject: 2010-01-20 Joel Sherrill Coverity Id 30 * libmisc/shell/hexdump-parse.c: Add free(pr) before returning. --- cpukit/libmisc/shell/hexdump-parse.c | 1 + 1 file changed, 1 insertion(+) (limited to 'cpukit/libmisc') diff --git a/cpukit/libmisc/shell/hexdump-parse.c b/cpukit/libmisc/shell/hexdump-parse.c index 945314cb0f..a39c9f5787 100644 --- a/cpukit/libmisc/shell/hexdump-parse.c +++ b/cpukit/libmisc/shell/hexdump-parse.c @@ -450,6 +450,7 @@ isint2: switch(fu->bcnt) { (void)printf("\n"); } #endif + free(pr); } void -- cgit v1.2.3