Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

protocol/device_path: A few small fixups/additions #12

Merged
merged 3 commits into from
Jun 30, 2017
Merged

Conversation

csssuf
Copy link
Owner

@csssuf csssuf commented Jun 28, 2017

No description provided.

@csssuf csssuf assigned csssuf and unassigned csssuf Jun 28, 2017
@@ -258,7 +258,8 @@ impl DevicePathFromTextProtocol {
str_to_utf16_ptr(path)
.map(|utf16_str| {
let out = unsafe { &*((self.text_to_device_path_node)(utf16_str)) };
::get_system_table().boot_services().free_pool(utf16_str);
// Ideally, at this point, we'd free utf16_str. However, free_pool(utf16_str) seems

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please annotate with FIXME(csssuf).

@csssuf csssuf merged commit f2f0375 into master Jun 30, 2017
@csssuf csssuf deleted the devpath-fixes branch June 30, 2017 02:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants