mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-02 01:40:13 -05:00
url-mode: fix crash when opening multiple urls with persist mode
Fixes: 051cd6ecfc
Closes #2000
This commit is contained in:
parent
a02c0c8d4d
commit
cc99db5bc4
1 changed files with 0 additions and 2 deletions
|
|
@ -85,8 +85,6 @@ spawn_url_launcher_with_token(struct terminal *term,
|
||||||
free(argv);
|
free(argv);
|
||||||
}
|
}
|
||||||
|
|
||||||
term->url_launch = NULL;
|
|
||||||
|
|
||||||
close(dev_null);
|
close(dev_null);
|
||||||
return ret;
|
return ret;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue