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
e08fbe4c
Kaydet (Commit)
e08fbe4c
authored
Kas 11, 2015
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
coverity#1338592 Explicit null dereferenced
Change-Id: Ief5c2effbddebe29fc7a4d38ed0af4fed72de40e
üst
2d0341a2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
4 deletions
+2
-4
javaunohelper.cxx
javaunohelper/source/javaunohelper.cxx
+2
-4
No files found.
javaunohelper/source/javaunohelper.cxx
Dosyayı görüntüle @
e08fbe4c
...
...
@@ -69,8 +69,6 @@ jboolean Java_com_sun_star_comp_helper_SharedLibraryLoader_component_1writeInfo(
osl
::
Module
lib
(
aLibName
,
SAL_LOADMODULE_LAZY
|
SAL_LOADMODULE_GLOBAL
);
if
(
lib
.
is
())
{
lib
.
release
();
// ========================= LATEST VERSION =========================
oslGenericFunction
pSym
=
lib
.
getFunctionSymbol
(
COMPONENT_GETENV
);
if
(
pSym
)
...
...
@@ -124,6 +122,7 @@ jboolean Java_com_sun_star_comp_helper_SharedLibraryLoader_component_1writeInfo(
}
}
}
lib
.
release
();
}
#endif
return
bRet
?
JNI_TRUE
:
JNI_FALSE
;
...
...
@@ -159,8 +158,6 @@ jobject Java_com_sun_star_comp_helper_SharedLibraryLoader_component_1getFactory(
osl
::
Module
lib
(
aLibName
,
SAL_LOADMODULE_LAZY
|
SAL_LOADMODULE_GLOBAL
);
if
(
lib
.
is
())
{
lib
.
release
();
// ========================= LATEST VERSION =========================
oslGenericFunction
pSym
=
lib
.
getFunctionSymbol
(
COMPONENT_GETENV
);
if
(
pSym
)
...
...
@@ -228,6 +225,7 @@ jobject Java_com_sun_star_comp_helper_SharedLibraryLoader_component_1getFactory(
}
}
}
lib
.
release
();
}
#endif
return
joSLL_cpp
;
...
...
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