From: Mario Rugiero <mrugi...@gmail.com> --- src/misc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/misc.c b/src/misc.c index 443e62e..b1c63c7 100644 --- a/src/misc.c +++ b/src/misc.c @@ -1544,7 +1544,7 @@ static char* translate_app_exec_to_command_line( const char* pexec, file = g_shell_quote( tmp ); g_free( tmp ); g_string_append( cmd, file ); - g_free( tmp ); + g_free( file ); add_files = TRUE; } break; -- 2.17.1 _______________________________________________ Lxde-list mailing list Lxde-list@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/lxde-list