little memory leak fix *shrug*

Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
marco candrian 2008-02-13 06:24:17 +01:00 committed by Julien Danjou
parent ae75f55acd
commit 070ec6dbcd
1 changed files with 1 additions and 0 deletions

View File

@ -229,6 +229,7 @@ graph_tell(Widget *widget, char *command)
d->lines[z][d->index] = d->box_height;
}
}
p_delete(&value);
}
Widget *