Changeset c4c8efd0 in rtems

Timestamp:
01/19/10 02:23:03 (14 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 5, master
Children:
64734fc
Parents:
d22cd4a
Message:

2010-01-18 Joel Sherrill <joel.sherrill@…>

Coverity Id 27

  • libblock/src/ramdisk-config.c: Coverity notes that the calloc() is a resource leak. This is allocating memory for a RAM disk which will persist for the life of the system. RTEMS has no "de-initialize" driver call so there is no corresponding free(r). Coverity is correct that it is never freed but this is not a problem.
(No files)

Note: See TracChangeset for help on using the changeset viewer.