diff --git a/source/dialogs/run.c b/source/dialogs/run.c index 6dd2010f..903c5011 100644 --- a/source/dialogs/run.c +++ b/source/dialogs/run.c @@ -306,6 +306,7 @@ static char ** get_apps ( unsigned int *length ) } if ( found == 1 ) { + g_free ( name ); continue; }