ecere/gfx/newFonts/DrawManager: Calling end() on destruction
authorJerome St-Louis <jerome@ecere.com>
Mon, 2 May 2016 15:27:22 +0000 (11:27 -0400)
committerJerome St-Louis <jerome@ecere.com>
Wed, 2 Nov 2016 16:32:48 +0000 (12:32 -0400)
ecere/src/gfx/newFonts/drawManager.ec

index ff79d1a..34868c0 100644 (file)
@@ -1211,6 +1211,10 @@ public:
       return true;
    }
 
+   ~DrawManager()
+   {
+      end();
+   }
 
    void end( )
    {