Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
core
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
LibreOffice
core
Commits
3d876661
Kaydet (Commit)
3d876661
authored
Kas 14, 2014
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
coverity#704593 silence Dereference after null check
Change-Id: I3ccd6895a1ddbf46a441e60ceaaaceb945f682e4
üst
7d9b6119
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
3 deletions
+1
-3
static_types.cxx
cppu/source/typelib/static_types.cxx
+1
-3
No files found.
cppu/source/typelib/static_types.cxx
Dosyayı görüntüle @
3d876661
...
...
@@ -277,7 +277,6 @@ CPPU_DLLPUBLIC typelib_TypeDescriptionReference ** SAL_CALL typelib_static_type_
return
&
s_aTypes
[
eTypeClass
];
}
CPPU_DLLPUBLIC
void
SAL_CALL
typelib_static_type_init
(
typelib_TypeDescriptionReference
**
ppRef
,
typelib_TypeClass
eTypeClass
,
const
sal_Char
*
pTypeName
)
...
...
@@ -291,13 +290,12 @@ CPPU_DLLPUBLIC void SAL_CALL typelib_static_type_init(
OUString
aTypeName
(
OUString
::
createFromAscii
(
pTypeName
)
);
::
typelib_typedescriptionreference_new
(
ppRef
,
eTypeClass
,
aTypeName
.
pData
);
//
another static ref:
//
coverity[var_deref_op] - another static ref
++
((
*
ppRef
)
->
nStaticRefCount
);
}
}
}
CPPU_DLLPUBLIC
void
SAL_CALL
typelib_static_sequence_type_init
(
typelib_TypeDescriptionReference
**
ppRef
,
typelib_TypeDescriptionReference
*
pElementType
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment