Add a FIXME.
authorCarl Hetherington <cth@carlh.net>
Wed, 8 May 2019 23:55:33 +0000 (00:55 +0100)
committerCarl Hetherington <cth@carlh.net>
Fri, 10 May 2019 22:43:55 +0000 (23:43 +0100)
src/wx/gl_video_view.cc

index ce17c03297c14b6c694a6232e17a95077a79da61..a5537b3a477bd9b53accb7529f997abde9898388 100644 (file)
@@ -51,6 +51,7 @@ GLVideoView::~GLVideoView ()
 {
        glDeleteTextures (1, &_id);
        delete _context;
+       /* XXX: should we delete this? */
        delete _canvas;
 }