Fix minor memory leak
This commit is contained in:
parent
7ad8bbe6e7
commit
a46d22b31f
1 changed files with 1 additions and 0 deletions
|
@ -76,6 +76,7 @@ void destroy_execp(void *obj)
|
|||
execp->backend->icon = NULL;
|
||||
}
|
||||
free_and_null(execp->backend->buf_stdout);
|
||||
free_and_null(execp->backend->buf_stderr);
|
||||
free_and_null(execp->backend->text);
|
||||
free_and_null(execp->backend->icon_path);
|
||||
if (execp->backend->child) {
|
||||
|
|
Loading…
Reference in a new issue