mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-05 15:15:44 +00:00
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:
@@ -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>
|
||||
|
||||
Coverity Id 6
|
||||
|
||||
@@ -450,6 +450,7 @@ isint2: switch(fu->bcnt) {
|
||||
(void)printf("\n");
|
||||
}
|
||||
#endif
|
||||
free(pr);
|
||||
}
|
||||
|
||||
void
|
||||
|
||||
Reference in New Issue
Block a user