Debugging NameInfo, FullState, and DiffState
Now NameInfo is thread-safe and has automatic garbage collector.
Internal container is managed by weak_ptr instead of shared_ptr as it
was before.
diff --git a/model/sync-std-name-info.h b/model/sync-std-name-info.h
index 1821fb4..a70af38 100644
--- a/model/sync-std-name-info.h
+++ b/model/sync-std-name-info.h
@@ -38,7 +38,10 @@
static NameInfoConstPtr
FindOrCreate (const std::string &name);
- virtual ~StdNameInfo () { };
+ /**
+ * @brief Destructor which will clean up m_names structure
+ */
+ virtual ~StdNameInfo ();
// from NameInfo
virtual bool