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
b8591e59
Kaydet (Commit)
b8591e59
authored
Şub 15, 2013
tarafından
Markus Mohrhard
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
coverity: fix mismatch between new[] and delete
Change-Id: I33b2b8ffd1a6ba539346ca19f6a34bc7f1c61e3d
üst
e2b2ffcc
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
escherex.cxx
filter/source/msfilter/escherex.cxx
+1
-1
No files found.
filter/source/msfilter/escherex.cxx
Dosyayı görüntüle @
b8591e59
...
@@ -231,7 +231,7 @@ void EscherPropertyContainer::AddOpt( sal_uInt16 nPropID, sal_Bool bBlib, sal_uI
...
@@ -231,7 +231,7 @@ void EscherPropertyContainer::AddOpt( sal_uInt16 nPropID, sal_Bool bBlib, sal_uI
{
{
pTemp
[
i
]
=
pSortStruct
[
i
];
pTemp
[
i
]
=
pSortStruct
[
i
];
}
}
delete
pSortStruct
;
delete
[]
pSortStruct
;
pSortStruct
=
pTemp
;
pSortStruct
=
pTemp
;
}
}
pSortStruct
[
nSortCount
].
nPropId
=
nPropID
;
// insert property
pSortStruct
[
nSortCount
].
nPropId
=
nPropID
;
// insert property
...
...
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