forked from Imagelibrary/rtems
IMFS: Resource leak
Free fs_info in case root_node is NULL.
This commit is contained in:
@@ -90,6 +90,7 @@ int IMFS_initialize_support(
|
|||||||
mt_entry->mt_fs_root->location.node_access = root_node;
|
mt_entry->mt_fs_root->location.node_access = root_node;
|
||||||
IMFS_Set_handlers( &mt_entry->mt_fs_root->location );
|
IMFS_Set_handlers( &mt_entry->mt_fs_root->location );
|
||||||
} else {
|
} else {
|
||||||
|
free(fs_info);
|
||||||
errno = ENOMEM;
|
errno = ENOMEM;
|
||||||
rv = -1;
|
rv = -1;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user