summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--cpukit/libcsupport/src/mount.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/cpukit/libcsupport/src/mount.c b/cpukit/libcsupport/src/mount.c
index 92033e1904..39a63dea27 100644
--- a/cpukit/libcsupport/src/mount.c
+++ b/cpukit/libcsupport/src/mount.c
@@ -92,8 +92,6 @@ static rtems_filesystem_mount_table_entry_t *alloc_mount_table_entry(
1,
sizeof(*mt_fs_root)
);
- } else {
- free( mt_entry );
}
*target_length_ptr = target_size - 1;