diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog index 9b205e5556..8121efc261 100644 --- a/cpukit/ChangeLog +++ b/cpukit/ChangeLog @@ -1,3 +1,8 @@ +2010-01-20 Joel Sherrill + + Coverity Id 30 + * libmisc/shell/hexdump-parse.c: Add free(pr) before returning. + 2010-01-20 Chris Johns Coverity Id 6 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