Don't delete the invalid service id.
It was possible to put thing in a bad state by calling glBind* with an invalid client id (which binds the invalid service id) and then calling glDelete* with an invalid client id (which deletes the invald service id). BUG=785753 Cq-Include-Trybots: master.tryserver.chromium.android:android_optional_gpu_tests_rel;master.tryserver.chromium.linux:linux_optional_gpu_tests_rel;master.tryserver.chromium.mac:mac_optional_gpu_tests_rel;master.tryserver.chromium.win:win_optional_gpu_tests_rel Change-Id: I4628f964e9d14a1d87bc12b1cde3f056acb8314e Reviewed-on: https://chromium-review.googlesource.com/791011Reviewed-by:Antoine Labour <piman@chromium.org> Commit-Queue: Geoff Lang <geofflang@chromium.org> Cr-Commit-Position: refs/heads/master@{#519752}
Showing
Please register or sign in to comment