Rework url to filename

This commit is contained in:
William Wennerström
2020-12-06 17:02:09 +01:00
parent 1d2c0a8836
commit ac03037847
5 changed files with 105 additions and 55 deletions

View File

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