mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-18 15:56:21 +00:00
Rework url to filename
This commit is contained in:
@@ -9141,7 +9141,6 @@ cmd_url_open(ProfWin* window, const char* const command, gchar** args)
|
||||
if (0 == g_strcmp0(scheme, "aesgcm")) {
|
||||
char* filename = unique_filename_from_url(url, files_get_data_path(DIR_DOWNLOADS));
|
||||
_url_aesgcm_method(window, cmd_template, url, filename);
|
||||
|
||||
free(filename);
|
||||
goto out;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user