X-Git-Url: https://git.cworth.org/git?p=apitrace-tests;a=blobdiff_plain;f=apps%2Fgl%2Ftri.c;fp=apps%2Fgl%2Ftri.c;h=ea3b595550f4193f3d8e56d4f2ea4ae48547f091;hp=f5a8be8f58b32a3559c72eeefa9ec22662b895c9;hb=a6019a4b6c867eeb6294fe36bdb58044d1399ee3;hpb=2954c5f9db610158245e908cc54d7494da3487dc diff --git a/apps/gl/tri.c b/apps/gl/tri.c index f5a8be8..ea3b595 100644 --- a/apps/gl/tri.c +++ b/apps/gl/tri.c @@ -77,6 +77,8 @@ static void Draw(void) } glutDestroyWindow(win); + + exit(0); } int main(int argc, char **argv)