Changeset 584f5bc9 in rtems
- Timestamp:
- 09/20/22 15:24:59 (5 months ago)
- Branches:
- master
- Children:
- 3af84c1
- Parents:
- c6bd860
- git-author:
- Kinsey Moore <kinsey.moore@…> (09/20/22 15:24:59)
- git-committer:
- Joel Sherrill <joel@…> (10/03/22 18:24:46)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpukit/libmisc/rtems-fdt/rtems-fdt.c
rc6bd860 r584f5bc9 183 183 184 184 names = calloc(1, total_name_memory); 185 if (! entries)185 if (!names) 186 186 { 187 187 free(entries);
Note: See TracChangeset
for help on using the changeset viewer.