ecere/gfx/newFonts/DrawManager: Calling end() on destruction
[sdk] / ecere / src / gfx / newFonts / drawManager.ec
index ff79d1a..34868c0 100644 (file)
@@ -1211,6 +1211,10 @@ public:
       return true;
    }
 
+   ~DrawManager()
+   {
+      end();
+   }
 
    void end( )
    {