]> git.lyx.org Git - lyx.git/blobdiff - src/graphics/GraphicsCache.cpp
only called once
[lyx.git] / src / graphics / GraphicsCache.cpp
index 43743535f2504ed8b01e19db2043d01b2245eaf1..740ca053ce564c3e775f83cc664f2fbc457dc00f 100644 (file)
@@ -56,7 +56,9 @@ Cache::Cache()
 
 
 Cache::~Cache()
-{}
+{
+       delete pimpl_;
+}
 
 
 std::vector<string> Cache::loadableFormats() const