commit | 70f95fa87e2229bc2fd051ce6c0ef51c6349278b | [log] [tgz] |
---|---|---|
author | Junxiao Shi <git@mail1.yoursunny.com> | Fri Nov 25 03:04:39 2016 +0000 |
committer | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Mon Dec 05 17:21:57 2016 -0800 |
tree | 16af2a6bf5a2d675e67193b79199c284acd922b8 | |
parent | 18244e842b30b96b0c6915defa94d0c7b0108897 [diff] |
util: plug Regex memory leak Previously, RegexMatcher::m_backrefManager and RegexBackrefManager::m_backrefs own each other via shared_ptrs, causing a memory leak. RegexBackrefManager::m_backrefs is now changed to weak_ptr. refs #3673 Change-Id: I882a83ee1f29754721d9b3b9997b3bbc465df989
ndn-cxx is a C++ library, implementing Named Data Networking (NDN) primitives that can be used to implement various NDN applications. The library is currently being used as part of the following projects:
See the file docs/INSTALL.rst
for build and install instructions.
Please submit any bugs or issues to the ndn-cxx issue tracker: https://redmine.named-data.net/projects/ndn-cxx/issues
Extensive documentation of the library is available on the library's homepage: http://www.named-data.net/doc/ndn-cxx/
ndn-cxx is an open source project licensed under LGPL 3.0 license. For more information about the license, refer to COPYING.md
.