From ce822a3bbf9f5cae61739b1eb34636c50e0f8920 Mon Sep 17 00:00:00 2001 From: Dave Davenport Date: Tue, 2 Aug 2016 18:37:14 +0200 Subject: Fix memory leak run dialog when skipping. --- source/dialogs/run.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source/dialogs') 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; } -- cgit v1.2.3