mirror of
https://github.com/acpica/acpica/
synced 2025-01-29 04:35:15 +03:00
Updated CmUpdateObjectReference() calls to appropriate
CmAdd/RemoveReference date 2000.05.01.16.42.00; author mwalz; state Exp;
This commit is contained in:
parent
01130f1594
commit
257c15f30d
@ -328,7 +328,7 @@ AmlExecCreateField (
|
||||
|
||||
/* An additional reference for SrcDesc */
|
||||
|
||||
CmUpdateObjectReference (SrcDesc, REF_INCREMENT);
|
||||
CmAddReference (SrcDesc);
|
||||
|
||||
break;
|
||||
|
||||
@ -488,7 +488,7 @@ AmlExecCreateAlias (
|
||||
|
||||
/* Add an additional reference to the object */
|
||||
|
||||
CmUpdateObjectReference (SrcEntry->Object, REF_INCREMENT);
|
||||
CmAddReference (SrcEntry->Object);
|
||||
|
||||
/*
|
||||
* Attach the original source NTE to the new Alias NTE.
|
||||
|
Loading…
x
Reference in New Issue
Block a user