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
b008101f
Kaydet (Commit)
b008101f
authored
Şub 18, 2013
tarafından
Tor Lillqvist
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Plug autorelease leak
Change-Id: I0e1c04547b90279c49851d6a877917d6376b33ef
üst
da3d37b9
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
BluetoothServer.cxx
sd/source/ui/remotecontrol/BluetoothServer.cxx
+5
-0
No files found.
sd/source/ui/remotecontrol/BluetoothServer.cxx
Dosyayı görüntüle @
b008101f
...
@@ -597,6 +597,8 @@ void SAL_CALL BluetoothServer::run()
...
@@ -597,6 +597,8 @@ void SAL_CALL BluetoothServer::run()
// Compare to BluetoothServiceRecord.hxx
// Compare to BluetoothServiceRecord.hxx
NSAutoreleasePool
*
pool
=
[[
NSAutoreleasePool
alloc
]
init
];
NSDictionary
*
dict
=
NSDictionary
*
dict
=
[
NSDictionary
dictionaryWithObjectsAndKeys
:
[
NSDictionary
dictionaryWithObjectsAndKeys
:
...
@@ -700,6 +702,9 @@ void SAL_CALL BluetoothServer::run()
...
@@ -700,6 +702,9 @@ void SAL_CALL BluetoothServer::run()
[
serviceRecord
release
];
[
serviceRecord
release
];
}
}
[
pool
release
];
(
void
)
mpCommunicators
;
(
void
)
mpCommunicators
;
#else
#else
(
void
)
mpCommunicators
;
// avoid warnings about unused member
(
void
)
mpCommunicators
;
// avoid warnings about unused member
...
...
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