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
679c4df0
Kaydet (Commit)
679c4df0
authored
Mar 23, 2012
tarafından
Will Thompson
Kaydeden (comit)
Matúš Kukan
Tem 17, 2012
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
tubes: reinstate erroneously-commented unrefs
I think I commented these out while hunting stack corruption.
üst
e4a54bef
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
manager.cxx
tubes/source/manager.cxx
+2
-2
No files found.
tubes/source/manager.cxx
Dosyayı görüntüle @
679c4df0
...
@@ -187,14 +187,14 @@ void TeleManager::TransferDone( EmpathyFTHandler *handler, TpFileTransferChannel
...
@@ -187,14 +187,14 @@ void TeleManager::TransferDone( EmpathyFTHandler *handler, TpFileTransferChannel
pManager
->
mpFileReceivedCallback
(
aUri
,
pManager
->
mpFileReceivedCallbackData
);
pManager
->
mpFileReceivedCallback
(
aUri
,
pManager
->
mpFileReceivedCallbackData
);
//
g_object_unref( handler);
g_object_unref
(
handler
);
}
}
static
void
TeleManager_TransferError
(
EmpathyFTHandler
*
handler
,
const
GError
*
error
,
void
*
)
static
void
TeleManager_TransferError
(
EmpathyFTHandler
*
handler
,
const
GError
*
error
,
void
*
)
{
{
SAL_INFO
(
"tubes"
,
"TeleConference_TransferError: "
<<
error
->
message
);
SAL_INFO
(
"tubes"
,
"TeleConference_TransferError: "
<<
error
->
message
);
//
g_object_unref( handler);
g_object_unref
(
handler
);
}
}
static
void
static
void
...
...
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