forked from Imagelibrary/rtems
Filesystem: Remove superfluous free()
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user