]> git.cworth.org Git - apitrace-tests/blobdiff - apps/gl/tri.c
Ensure the app terminates.
[apitrace-tests] / apps / gl / tri.c
index f5a8be8f58b32a3559c72eeefa9ec22662b895c9..ea3b595550f4193f3d8e56d4f2ea4ae48547f091 100644 (file)
@@ -77,6 +77,8 @@ static void Draw(void)
    }
    
    glutDestroyWindow(win);
+
+   exit(0);
 }
 
 int main(int argc, char **argv)