From fb85cdf9f18700f9dbe3f02c59e18662bc04cea9 Mon Sep 17 00:00:00 2001 From: Dieter Hametner Date: Fri, 25 Jan 2008 22:26:57 +0100 Subject: Removed debug messages in the recordings_items constructors and destructors introduced to find the memory leak problem when the recordings list was recreated. Updated changelog with the latest changes. --- recman.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'recman.cpp') diff --git a/recman.cpp b/recman.cpp index c7010e7..26d78d9 100644 --- a/recman.cpp +++ b/recman.cpp @@ -207,12 +207,12 @@ namespace vdrlive { RecordingsItem(name, parent), m_level(level) { - dsyslog("REC: C: dir %s -> %s", name.c_str(), parent ? parent->Name().c_str() : "ROOT"); + // dsyslog("REC: C: dir %s -> %s", name.c_str(), parent ? parent->Name().c_str() : "ROOT"); } RecordingsItemDir::~RecordingsItemDir() { - dsyslog("REC: D: dir %s", Name().c_str()); + // dsyslog("REC: D: dir %s", Name().c_str()); } @@ -224,12 +224,12 @@ namespace vdrlive { m_recording(recording), m_id(id) { - dsyslog("REC: C: rec %s -> %s", name.c_str(), parent->Name().c_str()); + // dsyslog("REC: C: rec %s -> %s", name.c_str(), parent->Name().c_str()); } RecordingsItemRec::~RecordingsItemRec() { - dsyslog("REC: D: rec %s", Name().c_str()); + // dsyslog("REC: D: rec %s", Name().c_str()); } time_t RecordingsItemRec::StartTime() const -- cgit v1.2.3