commit | f0bda2f215d86e87f397f74f938c037beaab4252 | [log] [tgz] |
---|---|---|
author | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Mon Aug 12 16:38:13 2013 -0700 |
committer | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Mon Aug 12 16:38:13 2013 -0700 |
tree | 230adbb73788020a7a5190d759aea9071808ec92 | |
parent | 260e409de32fb73939dd93532dcdfc35e37eb14b [diff] |
PyNDN: Removing no longer necessary memory cleanup cheatings
diff --git a/model/ndn-face.cc b/model/ndn-face.cc index 72b490e..293a6d7 100644 --- a/model/ndn-face.cc +++ b/model/ndn-face.cc
@@ -75,7 +75,7 @@ , m_metric (0) , m_flags (0) { - NS_LOG_FUNCTION (this); + NS_LOG_FUNCTION (this << node); NS_ASSERT_MSG (node != 0, "node cannot be NULL. Check the code"); }