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:
committed by
Emil Velikov
parent
8d745abc00
commit
6614804d1e
@@ -998,6 +998,7 @@ dri2_display_destroy(_EGLDisplay *disp)
|
||||
dri2_teardown_wayland(disp);
|
||||
break;
|
||||
default:
|
||||
/* TODO: add teardown for other platforms */
|
||||
break;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user