From 6a32252403781b303d4ebd195932ce39c5b1c08e Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Tue, 30 Jul 2019 16:03:58 +0200 Subject: Update to 5.43 --- hacks/glx/peepers.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'hacks/glx/peepers.c') diff --git a/hacks/glx/peepers.c b/hacks/glx/peepers.c index 4d15ff8..3dc8fc1 100644 --- a/hacks/glx/peepers.c +++ b/hacks/glx/peepers.c @@ -1,4 +1,4 @@ -/* peepers, Copyright (c) 2018 Jamie Zawinski +/* peepers, Copyright (c) 2018-2019 Jamie Zawinski * * Permission to use, copy, modify, distribute, and sell this software and its * documentation for any purpose is hereby granted without fee, provided that @@ -851,7 +851,7 @@ draw_ball (ModeInfo *mi, component which) polys++; } glEnd(); - return polys; + goto DONE; } for (i = xstart; i <= xstop; i++) @@ -1009,6 +1009,7 @@ draw_ball (ModeInfo *mi, component which) if (!wire) glEnd(); + DONE: free (stacks); free (normals); -- cgit v1.2.3-55-g7522