diff options
author | njl <njl@FreeBSD.org> | 2004-01-14 18:54:22 +0000 |
---|---|---|
committer | njl <njl@FreeBSD.org> | 2004-01-14 18:54:22 +0000 |
commit | c210bf5986e0f8f95bf830e35105b2ba3e9aac13 (patch) | |
tree | 37c82ad787f79ade647d05d4d636de13c8db69b2 /sys | |
parent | 94ed1ce484b0dcc9067654d03c1df96de5ca382c (diff) | |
parent | 041f94a8baba77aa39abb282f948d95e42507781 (diff) | |
download | FreeBSD-src-c210bf5986e0f8f95bf830e35105b2ba3e9aac13.zip FreeBSD-src-c210bf5986e0f8f95bf830e35105b2ba3e9aac13.tar.gz |
This commit was generated by cvs2svn to compensate for changes in r124528,
which included commits to RCS files with non-trunk default branches.
Diffstat (limited to 'sys')
-rw-r--r-- | sys/contrib/dev/acpica/exstore.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/contrib/dev/acpica/exstore.c b/sys/contrib/dev/acpica/exstore.c index 91ecfd8..4f55117 100644 --- a/sys/contrib/dev/acpica/exstore.c +++ b/sys/contrib/dev/acpica/exstore.c @@ -389,7 +389,7 @@ AcpiExStoreObjectToIndex ( /* If same as the original source, add a reference */ - if (NewDesc == SourceDesc) + if (NewDesc == SourceDesc || ObjDesc == NULL) { AcpiUtAddReference (NewDesc); } |