little memory leak fix *shrug*
Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
parent
ae75f55acd
commit
070ec6dbcd
|
@ -229,6 +229,7 @@ graph_tell(Widget *widget, char *command)
|
|||
d->lines[z][d->index] = d->box_height;
|
||||
}
|
||||
}
|
||||
p_delete(&value);
|
||||
}
|
||||
|
||||
Widget *
|
||||
|
|
Loading…
Reference in New Issue