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
71486692
Kaydet (Commit)
71486692
authored
Tem 06, 2014
tarafından
Markus Mohrhard
Kaydeden (comit)
Markus Mohrhard
Tem 06, 2014
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
fix new[]/delete mismatch in collada2gltf
Found by Asan. Change-Id: Icc73e50b7f230880dda982f1c783c86aaeaa5ca2
üst
1d99fde4
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
0 deletions
+13
-0
UnpackedTarball_collada2gltf.mk
external/collada2gltf/UnpackedTarball_collada2gltf.mk
+1
-0
collada2gltf.new-delete-mismatch.patch.1
...ada2gltf/patches/collada2gltf.new-delete-mismatch.patch.1
+12
-0
No files found.
external/collada2gltf/UnpackedTarball_collada2gltf.mk
Dosyayı görüntüle @
71486692
...
...
@@ -15,6 +15,7 @@ $(eval $(call gb_UnpackedTarball_add_file,collada2gltf,.,external/collada2gltf/G
$(eval $(call gb_UnpackedTarball_add_patches,collada2gltf,\
external/collada2gltf/patches/wrong_uri_usage.patch.1 \
external/collada2gltf/patches/collada2gltf.new-delete-mismatch.patch.1 \
))
# vim: set noet sw=4 ts=4:
external/collada2gltf/patches/collada2gltf.new-delete-mismatch.patch.1
0 → 100644
Dosyayı görüntüle @
71486692
diff -ur collada2gltf.org/GLTF/GLTFAccessorCache.cpp collada2gltf/GLTF/GLTFAccessorCache.cpp
--- collada2gltf.org/GLTF/GLTFAccessorCache.cpp 2014-07-06 02:10:04.803518202 +0200
+++ collada2gltf/GLTF/GLTFAccessorCache.cpp 2014-07-06 02:10:58.623515999 +0200
@@ -22,7 +22,7 @@
}
GLTFAccessorCache::~GLTFAccessorCache() {
- delete this->m_pData;
+ delete[] this->m_pData;
}
bool GLTFAccessorCache::operator<(const GLTFAccessorCache& rhs) const {
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