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:
Nate Lawson 2004-01-14 18:54:22 +00:00
commit 2cb740cc11

View file

@ -389,7 +389,7 @@ AcpiExStoreObjectToIndex (
/* If same as the original source, add a reference */
if (NewDesc == SourceDesc)
if (NewDesc == SourceDesc || ObjDesc == NULL)
{
AcpiUtAddReference (NewDesc);
}