diff options
| author | Carl Hetherington <cth@carlh.net> | 2019-05-10 01:35:52 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2019-05-10 23:43:55 +0100 |
| commit | 7ba45cd9b7b5b04a19851bbc9b8533afe7ff1bab (patch) | |
| tree | 472a64a6cfbae0ca797029c7616621d34531400c /src | |
| parent | 24524e414e850106861dc2b288131d904e0dc04f (diff) | |
I believe _canvas will be destroyed by its parent.
Diffstat (limited to 'src')
| -rw-r--r-- | src/wx/gl_video_view.cc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/wx/gl_video_view.cc b/src/wx/gl_video_view.cc index 0f0118e00..f75d50f9d 100644 --- a/src/wx/gl_video_view.cc +++ b/src/wx/gl_video_view.cc @@ -53,8 +53,6 @@ GLVideoView::~GLVideoView () { glDeleteTextures (1, &_id); delete _context; - /* XXX: should we delete this? */ - delete _canvas; } static void |
