diff options
| -rw-r--r-- | profile.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -743,4 +743,5 @@ void plot(struct graphics_context *gc, int w, int h, struct dive *dive) cairo_close_path(gc->cr); cairo_stroke(gc->cr); + free(pi); } |
| index : subsurface.git | ||
| forked from https://github.com/subsurface/subsurface | Tim Segers |
| aboutsummaryrefslogtreecommitdiffstats |
| -rw-r--r-- | profile.c | 1 |
@@ -743,4 +743,5 @@ void plot(struct graphics_context *gc, int w, int h, struct dive *dive) cairo_close_path(gc->cr); cairo_stroke(gc->cr); + free(pi); } |