Merge branch 'master' into google
[mdictionary] / src / mdictionary / backbone / backbone.cpp
index 689b9ba..c754c52 100644 (file)
@@ -138,6 +138,7 @@ Backbone::~Backbone()
     while(it2.hasNext())
         delete it2.next().value();
 
+    delete _history;
 }