2010-01-20 Joel Sherrill <joel.sherrill@oarcorp.com>

Coverity Id 30
	* libmisc/shell/hexdump-parse.c: Add free(pr) before returning.
This commit is contained in:
Joel Sherrill
2010-01-20 15:15:39 +00:00
parent 129b4a38bd
commit aaaffd4cba
2 changed files with 6 additions and 0 deletions

View File

@@ -1,3 +1,8 @@
2010-01-20 Joel Sherrill <joel.sherrill@oarcorp.com>
Coverity Id 30
* libmisc/shell/hexdump-parse.c: Add free(pr) before returning.
2010-01-20 Chris Johns <chrisj@rtems.org> 2010-01-20 Chris Johns <chrisj@rtems.org>
Coverity Id 6 Coverity Id 6

View File

@@ -450,6 +450,7 @@ isint2: switch(fu->bcnt) {
(void)printf("\n"); (void)printf("\n");
} }
#endif #endif
free(pr);
} }
void void