url-mode: fix crash when opening multiple urls with persist mode

Fixes: 051cd6ecfc
This commit is contained in:
llyyr 2025-03-19 10:06:38 +05:30
parent 6813b321f5
commit b148b27f74

View file

@ -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;
} }