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
7011bf78
Kaydet (Commit)
7011bf78
authored
May 11, 2015
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
loplugin:cstylecast: nop between pointer types of exactly same spelling
Change-Id: Idac7d377f3798a56d3fb32d8e3ec393bd2a53e9d
üst
00be1308
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
saxhelper.cxx
xmlsecurity/source/xmlsec/saxhelper.cxx
+3
-3
No files found.
xmlsecurity/source/xmlsec/saxhelper.cxx
Dosyayı görüntüle @
7011bf78
...
@@ -303,7 +303,7 @@ void SAXHelper::endElement( const OUString& aName )
...
@@ -303,7 +303,7 @@ void SAXHelper::endElement( const OUString& aName )
if
(
fullname
!=
NULL
)
if
(
fullname
!=
NULL
)
{
{
xmlFree
(
(
xmlChar
*
)
fullname
)
;
xmlFree
(
fullname
)
;
fullname
=
NULL
;
fullname
=
NULL
;
}
}
}
}
...
@@ -362,13 +362,13 @@ void SAXHelper::processingInstruction(
...
@@ -362,13 +362,13 @@ void SAXHelper::processingInstruction(
if
(
target
!=
NULL
)
if
(
target
!=
NULL
)
{
{
xmlFree
(
(
xmlChar
*
)
target
)
;
xmlFree
(
target
)
;
target
=
NULL
;
target
=
NULL
;
}
}
if
(
data
!=
NULL
)
if
(
data
!=
NULL
)
{
{
xmlFree
(
(
xmlChar
*
)
data
)
;
xmlFree
(
data
)
;
data
=
NULL
;
data
=
NULL
;
}
}
}
}
...
...
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