summaryrefslogtreecommitdiff
path: root/riscos
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2009-06-29 22:18:05 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2009-06-29 22:18:05 +0000
commit0404a802a79050df161450d241a7bf0e38b76e61 (patch)
treeb842f84d84be69c0446cb1f133e3a18e353bdf5a /riscos
parent17243a4caa2eff2eb488f71504ecd1089ad07e47 (diff)
downloadnetsurf-0404a802a79050df161450d241a7bf0e38b76e61.tar.gz
netsurf-0404a802a79050df161450d241a7bf0e38b76e61.tar.bz2
Free path once we're finished with it.
svn path=/trunk/netsurf/; revision=8169
Diffstat (limited to 'riscos')
-rw-r--r--riscos/plotters.c1
1 files changed, 1 insertions, 0 deletions
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: