From b98b59a020b4aa9845c8e449f2f5241020afd4b2 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Thu, 9 May 2019 00:55:33 +0100 Subject: [PATCH] Add a FIXME. --- src/wx/gl_video_view.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/src/wx/gl_video_view.cc b/src/wx/gl_video_view.cc index ce17c0329..a5537b3a4 100644 --- a/src/wx/gl_video_view.cc +++ b/src/wx/gl_video_view.cc @@ -51,6 +51,7 @@ GLVideoView::~GLVideoView () { glDeleteTextures (1, &_id); delete _context; + /* XXX: should we delete this? */ delete _canvas; } -- 2.30.2