From 0404a802a79050df161450d241a7bf0e38b76e61 Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Mon, 29 Jun 2009 22:18:05 +0000 Subject: Free path once we're finished with it. svn path=/trunk/netsurf/; revision=8169 --- riscos/plotters.c | 1 + 1 file changed, 1 insertion(+) diff --git a/riscos/plotters.c b/riscos/plotters.c index 18a2b6fd8..0cab39041 100644 --- a/riscos/plotters.c +++ b/riscos/plotters.c @@ -320,6 +320,7 @@ bool ro_plot_path(const float *p, unsigned int n, colour fill, float width, } } + free(path); return true; error: -- cgit v1.2.3