Hi Jeff,
Apologies for the delay in feedback.
Please see my response inline.
On Mon, Jul 10, 2023 at 03:26 PM, Jeff Brasen wrote:
+I think the Status should be checked and error needs to be handled to free AmlNameString and IntNode. Can you check, please?
+ // AmlCodeGenReturn() deletes DataNode if error.
+ Status = AmlCodeGenReturn (
+ (AML_NODE_HEADER *)DataNode,
+ ParentNode,
+ &ObjectNode
+ );
+ ASSERT_EFI_ERROR (Status);
+I think IntNode would need to be freed as well. Can you check, please?
+ Status = AmlVarListAddTail (
+ (AML_NODE_HANDLE)ObjectNode,
+ (AML_NODE_HANDLE)IntNode
+ );
+ if (EFI_ERROR (Status)) {
+ ASSERT (0);
+ goto exit_handler;
+ }
+
You receive all messages sent to this group.
View/Reply Online (#107629) |
|
Mute This Topic
| New Topic
Your Subscription |
Contact Group Owner |
Unsubscribe
[rebecca@openfw.io]