commit | 182528511a2eb0a21a60238f0a15e8ca70c8dea5 | [log] [tgz] |
---|---|---|
author | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Mon Nov 21 13:35:31 2011 -0800 |
committer | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Mon Nov 21 13:35:31 2011 -0800 |
tree | 6c85a6014bca9e8af6a481af7958f0246a3dba5e | |
parent | 795f9b5147a2dcdcec22b7a8bdd4e87f6f10e30f [diff] [blame] |
Be more careful during final cleanup process (all ccnx objects are now properly destroyed)
diff --git a/model/ccnx-l3-protocol.cc b/model/ccnx-l3-protocol.cc index 823ddbe..63c9049 100644 --- a/model/ccnx-l3-protocol.cc +++ b/model/ccnx-l3-protocol.cc
@@ -133,10 +133,12 @@ m_node = 0; // Force delete on objects + m_forwardingStrategy = 0; // there is a reference to PIT stored in here m_rit = 0; m_pit = 0; m_contentStore = 0; - + m_fib = 0; + // m_forwardingStrategy = 0; Object::DoDispose (); }