From f4804efa50671ca5d9f141f99ca724ae04681269 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Fri, 23 Aug 2013 09:52:07 +0200 Subject: Filesystem: Remove superfluous free() --- cpukit/libcsupport/src/mount.c | 2 -- 1 file changed, 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; -- cgit v1.2.3