From 070ec6dbcde20a8cf46f607e8b37fd89240c5443 Mon Sep 17 00:00:00 2001 From: marco candrian Date: Wed, 13 Feb 2008 06:24:17 +0100 Subject: [PATCH] little memory leak fix *shrug* Signed-off-by: Julien Danjou --- widgets/graph.c | 1 + 1 file changed, 1 insertion(+) diff --git a/widgets/graph.c b/widgets/graph.c index 8b5e34b5..804471c8 100644 --- a/widgets/graph.c +++ b/widgets/graph.c @@ -229,6 +229,7 @@ graph_tell(Widget *widget, char *command) d->lines[z][d->index] = d->box_height; } } + p_delete(&value); } Widget *