[ekiga] CallHistory: Added memory deallocation debugging.
- From: Damien Sandras <dsandras src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [ekiga] CallHistory: Added memory deallocation debugging.
- Date: Sun, 15 Mar 2015 15:46:06 +0000 (UTC)
commit ab15855c9aee459fa7d03552cf00f0c0eba8b72b
Author: Damien Sandras <dsandras seconix com>
Date: Sun Mar 1 12:46:58 2015 +0100
CallHistory: Added memory deallocation debugging.
.../components/call-history/history-book.cpp | 2 +-
.../components/call-history/history-source.cpp | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/lib/engine/components/call-history/history-book.cpp
b/lib/engine/components/call-history/history-book.cpp
index 0011187..c89d34b 100644
--- a/lib/engine/components/call-history/history-book.cpp
+++ b/lib/engine/components/call-history/history-book.cpp
@@ -93,7 +93,7 @@ History::Book::Book (Ekiga::ServiceCore& core):
History::Book::~Book ()
{
#if DEBUG
- std::cout << "History::Book: Destructor invoked" << std::endl << std::flush;
+ std::cout << "History::Book: Destructor invoked" << std::endl;
#endif
}
diff --git a/lib/engine/components/call-history/history-source.cpp
b/lib/engine/components/call-history/history-source.cpp
index cd74973..f80bf3e 100644
--- a/lib/engine/components/call-history/history-source.cpp
+++ b/lib/engine/components/call-history/history-source.cpp
@@ -46,7 +46,7 @@ History::Source::Source (Ekiga::ServiceCore &_core): core(_core)
History::Source::~Source ()
{
#if DEBUG
- std::cout << "History::Source: Destructor invoked" << std::endl << std::flush;
+ std::cout << "History::Source: Destructor invoked" << std::endl;
#endif
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]