diff options
| author | Carl Hetherington <cth@carlh.net> | 2019-05-09 00:55:33 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2019-05-10 23:43:55 +0100 |
| commit | b98b59a020b4aa9845c8e449f2f5241020afd4b2 (patch) | |
| tree | ea260b63389d58e3fcc9e30118c0a4f1190ed3b0 /src | |
| parent | f54283f3ad09b896e7b204b76c12e6061d0405e0 (diff) | |
Add a FIXME.
Diffstat (limited to 'src')
| -rw-r--r-- | src/wx/gl_video_view.cc | 1 |
1 files changed, 1 insertions, 0 deletions
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; } |
