mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
This commit was generated by cvs2svn to compensate for changes in r124528,
which included commits to RCS files with non-trunk default branches.
This commit is contained in:
commit
2cb740cc11
1 changed files with 1 additions and 1 deletions
|
|
@ -389,7 +389,7 @@ AcpiExStoreObjectToIndex (
|
|||
|
||||
/* If same as the original source, add a reference */
|
||||
|
||||
if (NewDesc == SourceDesc)
|
||||
if (NewDesc == SourceDesc || ObjDesc == NULL)
|
||||
{
|
||||
AcpiUtAddReference (NewDesc);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue