egl: add note about missing $plat_teardown

Some platforms are missing a proper teardown function. Add a small TODO
to make it obvious.

Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
Reviewed-by: Eric Engestrom <eric.engestrom@imgtec.com>
This commit is contained in:
Emil Velikov 2017-11-13 14:02:56 +00:00 committed by Emil Velikov
parent 8d745abc00
commit 6614804d1e
1 changed files with 1 additions and 0 deletions

View File

@ -998,6 +998,7 @@ dri2_display_destroy(_EGLDisplay *disp)
dri2_teardown_wayland(disp);
break;
default:
/* TODO: add teardown for other platforms */
break;
}