Enhancement: Fixes #385, shell/shellext - implement operations on views

This commit is contained in:
Rory Fewell
2024-12-06 23:23:15 +00:00
parent 12486d619f
commit ed056d7201
23 changed files with 1539 additions and 541 deletions

View File

@@ -90,6 +90,10 @@ gboolean wintc_launch_command(
if (error != NULL)
{
g_propagate_error(out_error, error);
g_free(real_cmdline);
g_free(tmp_cmdline);
return FALSE;
}
@@ -188,8 +192,10 @@ static gboolean parse_file_in_cmdline(
{
g_propagate_error(out_error, error);
}
g_clear_error(&error);
else
{
g_clear_error(&error);
}
WINTC_SAFE_REF_SET(out_cmdline, g_strdup(cmdline));