Filesystem: Remove superfluous free()

This commit is contained in:
Sebastian Huber
2013-08-23 09:52:07 +02:00
parent 630365b927
commit f4804efa50

View File

@@ -92,8 +92,6 @@ static rtems_filesystem_mount_table_entry_t *alloc_mount_table_entry(
1, 1,
sizeof(*mt_fs_root) sizeof(*mt_fs_root)
); );
} else {
free( mt_entry );
} }
*target_length_ptr = target_size - 1; *target_length_ptr = target_size - 1;