Refactoring
This commit is contained in:
parent
0c71fda5e1
commit
07865142b2
1 changed files with 1 additions and 5 deletions
|
@ -70,11 +70,7 @@ void destroy_execp(void *obj)
|
|||
stop_timeout(execp->backend->timer);
|
||||
execp->backend->timer = NULL;
|
||||
|
||||
if (execp->backend->icon) {
|
||||
imlib_context_set_image(execp->backend->icon);
|
||||
imlib_free_image();
|
||||
execp->backend->icon = NULL;
|
||||
}
|
||||
free_icon(execp->backend->icon);
|
||||
free_and_null(execp->backend->buf_stdout);
|
||||
free_and_null(execp->backend->buf_stderr);
|
||||
free_and_null(execp->backend->text);
|
||||
|
|
Loading…
Reference in a new issue